You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should allow automatic rotation to be configured in the MetaStore such that an attempt to use an overly old key automatically (and silently) triggers creation of a new key. This will maintain the invariant that "No data is encrypted with a key older than $ROTATION_TIME." while not causing needless rotations when no encryption is occurring.
The text was updated successfully, but these errors were encountered:
*Issue #, if available:* #99
*Description of changes:*
These changes allow for the unit tests to pass when the FIPS validated Bouncy Castle provider is explicitly set.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
# Check any applicable:
- [ ] Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.
This depends on #23
We should allow automatic rotation to be configured in the
MetaStore
such that an attempt to use an overly old key automatically (and silently) triggers creation of a new key. This will maintain the invariant that "No data is encrypted with a key older than$ROTATION_TIME
." while not causing needless rotations when no encryption is occurring.The text was updated successfully, but these errors were encountered: