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

Add option to read license key from secret arn instead of passing the secret as a value #59

Open
pragmaticivan opened this issue May 6, 2022 · 0 comments

Comments

@pragmaticivan
Copy link

The value is passed as a variable and possibly stored in the terraform state. This is a lambda after all and it can read from the secret manager instead.

Desired Behavior

Have secret_arn as input that can be used instead of license key value.

Possible Solution

Use ARN when available, and fallback to secret value input.

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