Skip to content
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

support to create aws-ssm full secret string as key in k8s secret #88

Open
kernel164 opened this issue Jan 18, 2021 · 0 comments
Open

Comments

@kernel164
Copy link

Is your feature request related to a problem? Please describe.
I would like to create k8s secret with key "config.json" and value as SecretString retrieved from AWS SSM.

Describe the solution you'd like

apiVersion: secret-manager.itscontained.io/v1alpha1
kind: ExternalSecret
metadata:
  name: app-config
  namespace: app
spec:
  storeRef:
    name: aws-ssm
  data:
  - secretKey: config.json
     remoteRef:
       name: app-config
       property: "" // empty string denotes full secret string

Describe alternatives you've considered
There is no way to do it right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant