Skip to content

Commit

Permalink
IAM: fix role create pro tip (#565)
Browse files Browse the repository at this point in the history
# Description
<!--
* Prefix: the title with the component name being changed. Add a short
and self describing sentence to ease the review
* Please add a few lines providing context and describing the change
* Please self comment changes whenever applicable to help with the
review process
* Please keep the checklist as part of the PR. Tick what applies to this
change.
-->

## Checklist
(For exoscale contributors)

* [ ] Changelog updated (under *Unreleased* block)
* [ ] Testing

## Testing

<!--
Describe the tests you did
-->
  • Loading branch information
jessicatoscani authored Dec 8, 2023
1 parent a0b07ee commit 9039790
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

## Unreleased

- SOS download: output warning when no objects exist at prefix #563
### Bug Fixes
- SOS download: output warning when no objects exist at prefix #563

### Features
- Updated 'exo x' list-block-storage-volumes #562

### Improvements
- Update `exo iam role create` pro tip #55

## 1.75.0

### Features
Expand All @@ -17,8 +23,8 @@

### Improvements

- README: document installation from AUR #557
- install-script: install rpms from SOS repo #556
- README: document installation from AUR #557
- install-script: install rpms from SOS repo #556
- Updated `exo x` for blockstorage #559

## 1.74.4
Expand Down
2 changes: 1 addition & 1 deletion cmd/iam_role_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To read the Policy from STDIN, append '-' to the '--policy' flag.
Pro Tip: you can reuse an existing role policy by providing the output of the show command as input:
exo iam role show --policy --output-format json <role-name> | exo iam role create --name <new-role-name> --policy -
exo iam role show --policy --output-format json <role-name> | exo iam role create <new-role-name> --description "new role description" --policy -
Supported output template annotations: %s`,
strings.Join(output.TemplateAnnotations(&iamRoleShowOutput{}), ", "))
Expand Down

0 comments on commit 9039790

Please sign in to comment.