romanfurst
romanfurst
Current implementation since default Redis images are hardcoded, updating redis-operator version might cause all incances of redisdailover cluster are restarted if hardcoded default values has changed. It might be undesirable...
Current implementation If Redisfailover cluster is not in healthy/ready state the state is not propagated. Therefore there is no way how to propagate the redis status to the user. Showcase...
Hello, in our enterprise company, we are facing challenges with secrets rotation. Since we have dozens of independent development teams (each with its own Kubernetes cluster) and, as a result,...
Hello, in our enterprise company, we have faced the urgency of password rotation. One of the main requirements was to be able to rotate credentials without service restarts (containers can...
### Desired Outcome File templates can be used the same way for k8s_secrets as it is used in push-to-file configuration. Templates in secret annotation are rendered and store in target...
### Desired Outcome Improve batch Conjur secrets retrieval, so because one (or more) bad secret, the entire operation won't fail. ### Implemented Changes When batch retrieve request fails, bad secret...
### Desired Outcome K8S Secret can be retrieved based on "conjur.org/managed-by-provider=true" label defined in it. No need to hardcode k8s secrets names in secret-provider config. Simple removing the label are...
### Desired Outcome The Conjur secret provider component can run as a standalone Kubernetes (K8s) deployment and periodically trigger the provisioning of Conjur secrets. Meanwhile, it reacts to every new...