-
Notifications
You must be signed in to change notification settings - Fork 46
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
Prepare crypto/key for release candidate #672
base: main
Are you sure you want to change the base?
Changes from 3 commits
627b601
74306a8
7eb0e2b
40d5088
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -82,7 +82,7 @@ | |||||
title: Soft Delete | ||||||
description: | | ||||||
Supports the ability to prevent the immediate deletion of a managed key. This includes the ability | ||||||
recover accidental deletion of keys within a grace period. | ||||||
to recover accidental deletion of keys within a grace period. | ||||||
- id: CCC.KeyMgmt.F19 | ||||||
title: Delete Key | ||||||
description: | | ||||||
|
@@ -100,3 +100,28 @@ | |||||
title: Key Import | ||||||
description: | | ||||||
Supports the ability to import externally generated keys into the KMS. | ||||||
- id: CCC.KeyMgmt.F23 | ||||||
title: Key Expiry | ||||||
description: | | ||||||
Supports the ability to set an expiration date for a key | ||||||
- id: CCC.KeyMgmt.F24 | ||||||
title: Key Regionality | ||||||
description: | | ||||||
Supports the ability to limit the storage and use of a key to specific regions | ||||||
- id: CCC.KeyMgmt.F25 | ||||||
title: Key Replication | ||||||
description: | | ||||||
Supports the ability to securely replicate a key across different regions | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- id: CCC.KeyMgmt.F26 | ||||||
title: Key Usage Limits | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All 3 service providers have different usage limits for keys. But do they allow it to set by the users? Can you provide some references for this capability from AWS, Azure and GCP docs? |
||||||
description: | | ||||||
Supports the ability to set limits on key operations | ||||||
- id: CCC.KeyMgmt.F27 | ||||||
title: Key Permissions | ||||||
description: | | ||||||
Supports the ability to assign distinct permission sets to different entities for each key | ||||||
- id: CCC.KeyMgmt.F28 | ||||||
title: Key Export | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you check whether this feature is allowed in AWS and GCP please? |
||||||
description: | | ||||||
Supports the ability to export keys from the KMS | ||||||
|
||||||
Check failure on line 127 in services/crypto/key/features.yaml
|
||||||
eddie-knight marked this conversation as resolved.
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.
We have a common feature CCC.F22 # Location Lock-In.
Better to have that included under common_features and remove CCC.KeyMgmt.F24