Rico Berger

Results 134 comments of Rico Berger

Maybe @Pale-whale who contributed this feature 🙂 can help here?

Hi @ThiagoFelippi thanks for your suggestions, this sounds like a good idea. I'm currently a bit short on time, but if you want to contribute this feature a PR would...

Hi, I'm not sure if I got it correct, but when you are talking about `vault operator init` I think this would be an issue for https://github.com/hashicorp/vault.

Hi @michalgoldys, do you have set the [`vault.reconciliationTime`](https://github.com/ricoberger/vault-secrets-operator/blob/9cef147f13a9ad11629d38a112eb779e15a47b87/charts/vault-secrets-operator/values.yaml#L97) value in the Helm chart?

Hi @michalgoldys, I think the problem might be the https://github.com/kubernetes/client-go/blob/2a5f18df73b70cb85c26a3785b06162f3d513cf5/util/workqueue/default_rate_limiters.go#L39 which has a exponential retry mechanism for failed reconciliations. So if I create a secret with an invalid key and...

Hi @Anna-Katona, > For example I have some secrets related to apps and infra kept in Vault and there are different policies to access them. > Using vault-secrets-operator (even if...

Hi @eriksss, can you provide some more details please. Are you using the Azure provider?

Are you using any kind of OAuth for authenticating against the Kubernetes API?

Hi @nixiam, sorry for the late reply. I think this was caused by the Kubernetes API requests which are done on the Home page and which were blocking the UI...

Hi @arcreative, sounds like a very useful addition, I will look into this after the v4 release. After a first quick look, I think the following example could be a...