-
Notifications
You must be signed in to change notification settings - Fork 63
fix!: Remove Keyring Trace #402
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
fix!: Remove Keyring Trace #402
Conversation
resolves: aws#351 As outlined the intention of the keyring trace is better satisfied by constructing correct keyrings and CMMs. BREAKING CHANGE: - Remove trace from all cryptographic materials. - Remove KeyringTrace exports
@@ -334,18 +229,15 @@ describe('decorateEncryptionMaterial', () => { | |||
) | |||
const test: any = decorateEncryptionMaterial({ | |||
suite, | |||
keyringTrace: [], | |||
|
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.
nit: unnecessary newline
@@ -374,15 +265,10 @@ describe('decorateEncryptionMaterial', () => { | |||
}) | |||
const test: any = decorateEncryptionMaterial({ | |||
suite, | |||
keyringTrace: [], | |||
|
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.
nit: unnecessary newline
modules/material-management/test/cryptographic_material.test.ts
Outdated
Show resolved
Hide resolved
modules/material-management/test/cryptographic_material.test.ts
Outdated
Show resolved
Hide resolved
modules/material-management/test/cryptographic_material.test.ts
Outdated
Show resolved
Hide resolved
modules/material-management/test/cryptographic_material.test.ts
Outdated
Show resolved
Hide resolved
modules/material-management/test/cryptographic_material.test.ts
Outdated
Show resolved
Hide resolved
modules/material-management/test/cryptographic_material.test.ts
Outdated
Show resolved
Hide resolved
modules/material-management/test/cryptographic_material.test.ts
Outdated
Show resolved
Hide resolved
modules/material-management/test/cryptographic_material.test.ts
Outdated
Show resolved
Hide resolved
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.
LGTM
resolves: #351 As outlined the intention of the keyring trace is better satisfied by constructing correct keyrings and CMMs. BREAKING CHANGE: - Remove trace from all cryptographic materials. - Remove KeyringTrace exports Merge
resolves: #351
As outlined the intention of
the keyring trace
is better satisfied
by constructing correct keyrings and CMMs.
BREAKING CHANGE:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Check any applicable: