Christian
Christian
@thesuperzapper in the values.yaml I would simply add an empty lifecycle: {} option to all components. This can then be filled by the users according to the docs: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
Hi @jjoyce0510, It seems that this feature is currently in Preview in AD: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-configurable-token-lifetimes At least for our AD I don't have the rights to add a policy - and...
Hi @jjoyce0510, we are going to create a PR. For now, just fixing the token issue using the azure library. For the future we should also include some more parallelization.
I dug a bit deeper: The problem is actually not the &mut self, but a missing clone. The &mut self is required due to the tonic transport channel limitations: https://docs.rs/tonic/latest/tonic/transport/struct.Channel.html...
@danielgerlag, I agree that the API experience should not be limited by that. From what I can see making that change is a larger effort and a breaking change. In...
Just if anybody else is running across this issue: This is now possible using the every keyword: https://www.openpolicyagent.org/docs/latest/policy-language/#every-keyword
@anderseknert you are right, that part is still open. I just think that https://github.com/open-policy-agent/opa/issues/2176#issuecomment-1072848196 is already a huge improvement over https://github.com/open-policy-agent/opa/issues/2176#issuecomment-599539791.
@Elvecent did you ever manage to finish your implementation or have a work in progress somewhere that you could share?
@liurenjie1024, @Fokko do you know if someone is working on a full implementation of the TableMetadataBuilder? The question is if we need it similar to java with all that's being...
@liurenjie1024 I would be interested to contribute. Let me maybe start with partition binding - i.e. binding an `UnboundPartitionSpec` to a schema - making it a bound `PartitionSpec` or re-binding...