cyberark / conjur-authn-k8s-client

Authentication sidecar for Conjur Kubernetes integration.
https://www.conjur.org
Apache License 2.0
12 stars 14 forks source link

Simple Kubernetes Authenticator Client Configuration (M0) #226

Closed izgeri closed 3 years ago

izgeri commented 3 years ago

Simple Kubernetes Authenticator Client Configuration

Users deploying applications to Kubernetes or OpenShift that use our Conjur Kubernetes authenticator currently have to provide for each application detailed configuration information for the Conjur connection, even though most of the configuration details are shared by all applications within the cluster. Having to copy/paste so much boilerplate is laborious, makes it easy to make mistakes, and it’s difficult to discover misconfigurations until the very last minute when an application is deployed.

Additionally, the current methodology forces the persona that is deploying each application to have direct knowledge of Conjur configuration details.

In this effort, we’d like to make some small, concrete changes to how we manage Conjur configuration in our Kubernetes integrations so that:

References

Stories

There are additional lower-level stories for building out the automated test suite, but these are the primary stories included in this effort.

jtuttle commented 3 years ago

Epic is complete