secrets-provider-for-k8s icon indicating copy to clipboard operation
secrets-provider-for-k8s copied to clipboard

Cyberark secrets provider for k8s

Results 53 secrets-provider-for-k8s issues
Sort by recently updated
recently updated
newest added

## 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**...

contributor
kind/user-story

## 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...

kind/bug

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,...

kind/enhancement

### 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.

kind/epic
team/community-and-integrations
ONYX-17652

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.

kind/epic
team/community-and-integrations
ONYX-17652

##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...

kind/bug
severity/medium
ONYX-9877
Bugtype/Installation
priority/Default
team/Palmtree

## 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...

component/k8s
kind/enhancement
contributor

## 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...

kind/enhancement
internal-contributor

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...

component/k8s
kind/enhancement