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

default master key provider value needs to be namespace-specific #81

Closed
mattsb42-aws opened this issue Nov 16, 2017 · 0 comments
Closed

Comments

@mattsb42-aws
Copy link
Member

Problem

If the caller does not specify a master key provider, we assume that they want to use the AWS KMS master key provider. However, currently the entry point ID references is the generic aws-kms. This could create unexpected behavior if another module is installed on the caller's system that also registers an entry point with that name.

Solution

Make the default value the namespace-specific value aws-encryption-sdk-cli::aws-kms.

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

1 participant