Governance

New Feature

  • Introducing a new dedicated role (credential_viewer) for view-only permissions on RightScale's Credentials feature. You no longer have to grant admin role to view credentials. The credential_viewer role can be assigned to users at an organization level (all accounts), as well as to individual accounts, like other Governance roles.

    governance_credentials_viewer.png

Self-Service

Changes in Behavior

Cloud Management

Changes in Behavior

API 1.5

  • By default, the VolumeAttachments.create call in the API behaves synchronously, blocking until the volume is attached. An api_behavior=async attribute was added to the VolumeAttachments create call, allowing you to make the call and then poll for status.
  • Added skip_deletion='true' to Backups cleanup. The cleanup action will return a list of backups that can be removed without removing them.