provider-helm icon indicating copy to clipboard operation
provider-helm copied to clipboard

set values from cloudprovider backends SecretManager, ParameterStore ...

Open haarchri opened this issue 3 years ago • 0 comments

What problem are you facing?

set secrets from cloudprovider backends like AWS SecretManager, ParameterStore

How could Crossplane help solve your problem?

we could implement https://github.com/variantdev/vals and can configure values like:

            set: 
              - name: token
                valueFrom: 
                  valRef: 
                    key: ref+awssecrets://myteam/mydoc#/foo/bar

We need to add authentication to provider-helm to grant access in CloudProvider

haarchri avatar Dec 14 '21 20:12 haarchri