We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Putting the private key in S3 smells very bad, especially when it's placed right next a cert bundle that's expected to be shared.
Suggest putting the private key in secrets manager, and assuming it'll be preset to the signer as an environment variable. Can also see https://aws.amazon.com/about-aws/whats-new/2022/10/aws-parameters-secrets-lambda-extension/
The text was updated successfully, but these errors were encountered:
Dimensions ClientID <-> TheatreID Lookup Plugin (#2)
dae79a3
* single plugin for both manifest and tdl client * implemented suggested changes
ananthb
Successfully merging a pull request may close this issue.
Putting the private key in S3 smells very bad, especially when it's placed right next a cert bundle that's expected to be shared.
Suggest putting the private key in secrets manager, and assuming it'll be preset to the signer as an environment variable. Can also see https://aws.amazon.com/about-aws/whats-new/2022/10/aws-parameters-secrets-lambda-extension/
The text was updated successfully, but these errors were encountered: