-
Notifications
You must be signed in to change notification settings - Fork 6
fix: update key mgmt flags to consistent format #570
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
25ea439
fix: update key mgmt flags to consistent format
strantalis 811f875
Update cmd/kas-keys.go
strantalis 5b709a6
Update cmd/kas-keys.go
strantalis 28c30ab
fix e2e typo
strantalis 764a1d2
fix lint issues
strantalis cde52e5
fix lint issue
strantalis 3c02dce
fix base-key flags
strantalis cbb8015
fix flags
strantalis 0c9bec9
fix duplicate kas name
strantalis 8f4d178
fix assign command flags
strantalis c2aa319
fix assign flag id
strantalis 77ffaf2
fix bats test for assigning
strantalis c779642
fix id flag on key get
strantalis 3265b1b
more test fixes
strantalis c1750ac
more test fixes
strantalis ec7f499
add kas key-remote info back
strantalis f7c60ca
more fixes
strantalis fcb608a
more cleanup
strantalis fc94ea9
more fixes
strantalis 82fa65a
more test fixes
strantalis ad39bba
more test fixes
strantalis 57f753b
fix attributes.bats
strantalis e358355
fix some minor issues
strantalis 15cf59b
final test fixes
strantalis 63f034f
remove unused ctx
strantalis 56f8ad2
fix lint issue
strantalis d19899b
minor cleanup based on feedback
strantalis e2fb84f
Merge branch 'main' into dspx-1185/fix-key-flags
strantalis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,19 @@ | ||
| --- | ||
| title: Base Key Operations | ||
| title: Platform Base Key Management | ||
|
|
||
| command: | ||
| name: base | ||
| hidden: true | ||
| aliases: | ||
| - k | ||
| flags: | ||
| - name: json | ||
strantalis marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| description: output single command in JSON (overrides configured output format) | ||
| description: Output the result of a subcommand in JSON format (overrides configured output format). This is an inherited flag. | ||
| default: 'false' | ||
| --- | ||
|
|
||
| Set of operations to be used for setting and getting base platform keys. | ||
| These base platform keys will be used to encrypt data in the following cases: | ||
| Provides subcommands for managing the platform's base cryptographic key. | ||
| This base key is a fallback used for encryption operations in specific scenarios: | ||
|
|
||
| - No attributes present when encrypting a file | ||
| - No keys associated with an attribute | ||
|
|
||
| Available operations include `get` to retrieve the current base key and `set` to designate a new base key. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.