-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganise Secrets Provider Configuration M1 #329
Comments
Tasks: SP Config (in
Authn Client Config (in
===================================== SP Configuration:
===================================== Authn-K8s configuration:
FILE: secrets-provider-for-k8s/pkg/secrets/config
This is initialized in cmd/secrets-provider/main.go:
==============================================
FILE: conjur-authn-k8s-client/pkg/authenticator/config
HOW TO SPLIT UP INTO CONJUR CONNECT, CONTAINER CONFIG, AND APP IDENTITY CONFIG?
============================================== FILE: conjur-api-go/conjurapi/config.go
|
Reorganise the internal representation
secrets-provider-for-k8s/pkg/secrets/config/config.go
Lines 23 to 29 in 53271bd
of the Secrets Provider configuration. The configuration can be logically broken down into container configuration + store type configuration.
Container config:
Store type config:
The goal for this issue to prepare for implementing the
file
store type.The text was updated successfully, but these errors were encountered: