Skip to content

v0.19.0

Choose a tag to compare

@archerzz archerzz released this 24 Sep 08:47
· 23 commits to master since this release
326943d

This version is deprecated. Install the latest release.

Change logs

Support custom attributes in IAM access policy

This release adds --attributes option to access policy commands. This allows user to specify custom attributes in the IAM policy other than the pre-defined ones.

Support authorization policy roles

Now roles specific to authorization policies can be specified in iam authorization-policy-create. iam roles command is also updated to query these roles by specifying the source service.

Support transparent roles

This release supports the query of actions that each IAM role can perform. iam roles command does not show the actions by default, use --roles option instead to specify the roles that you want to see the detailed actions.

Updated Commands

  • iam access-group-delete: adds -a option to delete all groups with the same name without confirmation
  • --attributes option is added to the following commands to specify custom attributes in IAM policy
    • iam user-policy-create, iam user-policy-update
    • iam service-policy-create, iam service-policy-update
    • iam access-group-policy-create, iam access-group-policy-update
  • iam roles: adds --resource-type, --source-service and --roles options
  • login: show deprecation message if -o or -s is specified

Bug Fixes

  • authorization-policy-create: CRN is displayed for some service instances instead of their GUID
  • legacy CLI app name bx is printed in the help message of sl commands