-
Notifications
You must be signed in to change notification settings - Fork 153
feat(iam): support api-key get option to retrieve the ApiKey principal policies #4709
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
+9,214
−5,352
Conversation
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
6eb351c
to
477d138
Compare
remyleone
reviewed
May 9, 2025
bb5be3f
to
5c81c15
Compare
* when calling Marshal with sections in options, the map kind was not correctly handled because the map marshaling occured only inside the struct case
Loading status checks…
2169921
to
bf408bc
Compare
Loading status checks…
scw iam api-key get
remyleone
approved these changes
May 14, 2025
scw iam api-key get
Laure-di
pushed a commit
to scaleway-bot/scaleway-cli
that referenced
this pull request
May 15, 2025
…l policies (scaleway#4709) Co-authored-by: Rémy Léone <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Community Note
Relates OR Closes #0000
Release note for CHANGELOG:
Description
Adding an argument
with-policies
(default to true) to theiam api-key get
commandIn this case we don't list any policy with an informative message, as the user has full control over the org
iam api-key get SCW*****
Fixes #4698