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

Allow reading payload parameters from secret / parameter store #5

Open
toshke opened this issue Jun 27, 2018 · 0 comments
Open

Allow reading payload parameters from secret / parameter store #5

toshke opened this issue Jun 27, 2018 · 0 comments

Comments

@toshke
Copy link
Contributor

toshke commented Jun 27, 2018

In case of authorization headers needing to be sent to HTTP(s) endpoint - they should be stored in secret store, rather than passed unencrypted as payload to lambda function. Suggestion is that if any value in payload is in following forms

  • aws:smps("path")
  • aws:sm("store.key")

They should be replaced with actual secret value from AWS System Manager Parameter Store (first form), or AWS Secrets Manager (2nd form).

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

No branches or pull requests

3 participants