-
Notifications
You must be signed in to change notification settings - Fork 86
docs: add master key provider examples #236
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
Conversation
Note for the record: all failing checks are expected. They are all from the test vector handler workflow. The tests from that workflow actually should not be running on pull request events, but I'll figure that out in a different PR. |
# SPDX-License-Identifier: Apache-2.0 | ||
""" | ||
This example is provided as a reference for users migrating away from master key providers. | ||
We recommend that all new use should use keyrings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this wording is a little awkward
Co-Authored-By: Wesley Rosenblum <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Java PR has been updated to match this: aws/aws-encryption-sdk-java#168
Issue #, if available:
#213
#146
Description of changes:
To aid in migration efforts, these examples show the basics of how to use master key providers in the new example format.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Check any applicable: