Skip to content

v0.3.0

Compare
Choose a tag to compare
@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 12 Jun 17:55
3b363a8

0.3.0 (June 11, 2024)

FEATURES:

  • iam: Adds read-policy, set-policy, add-binding, and delete-binding subcommands to hcp iam groups iam which allow the ability to manage an IAM policy on a group.
  • read-policy Reads an IAM policy for a specified group.
  • set-policy Sets an IAM policy for a group using a JSON file.
  • add-binding Adds a single role binding to a user principal.
  • delete-binding Removes a single role binding from a user principal. [GH-113]
  • vault-secrets: Add vault-secrets CLI for managing Vault Secrets resources. [GH-105]