secrets-provider-for-k8s
secrets-provider-for-k8s copied to clipboard
Cyberark secrets provider for k8s
## User Story **As a** cluster administrator **I want** to offer my users in their namespaced environement the ability to retrieve secrets using -now standardized- CSI secret drivers **So that**...
## Summary When using the secret provider helm chart, values for retryCountLimit and retryIntervalSec are set but only retryCountLimit is evaluated correctly and written to ENV. We are using terraform...
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,...
### Desired Outcome Enable running E2E tests locally and refactor them from bash-driven to Golang using [e2e-framework](https://github.com/kubernetes-sigs/e2e-framework) for Kubernetes. See the solution design here: https://github.com/cyberark/secrets-provider-for-k8s/pull/523
Follow-up work from the https://ca-il-jira.il.cyber-ark.com:8443/browse/ONYX-15242 epic for secrets-provider rotation support that falls beyond our GA deliverable.
Follow-up work from the https://ca-il-jira.il.cyber-ark.com:8443/browse/ONYX-15242 epic for secrets-provider rotation support that falls beyond our GA deliverable.
##Bug description Currently, when we print the project's version, we print also the commit hash: {code:java} INFO: 2020/11/10 15:32:04 main.go:20: CyberArk Secrets Provider for Kubernetes v1.1.0-e58708b starting up...{code} {{}} Fixed...
## Is your feature request related to a problem? Please describe. I would like to see a Secrets Provider MutatingAdmissionWebhook/Controller that processes all `Secrets` in a given `Namespace`. If the...
## Is your feature request related to a problem? Please describe. Currently the secrets-provider-for-k8s is expecting a K8S_SECRETS parameter (init or application mode). As described in [issue #140](https://github.com/cyberark/secrets-provider-for-k8s/issues/140) and [solution...
Reorganise the internal representation https://github.com/cyberark/secrets-provider-for-k8s/blob/53271bd8d884f7782df0c07e6619ec22568ecf50/pkg/secrets/config/config.go#L23-L29 of the Secrets Provider configuration. The configuration can be logically broken down into container configuration + store type configuration. Container config: ```markdown PodName - MY_POD_NAME...