Creates a Secrets Manager user
Creates a Secrets Manager user. The username and password are auto-generated and provided upon creation. The password cannot be retrieved later. A description can be provided to identify a user.
stackit secrets-manager user create [flags]
Create a Secrets Manager user for instance with ID "xxx" and description "yyy"
$ stackit secrets-manager user create --instance-id xxx --description yyy
Create a Secrets Manager user for instance with ID "xxx" with write access to the secrets engine
$ stackit secrets-manager user create --instance-id xxx --write
--description string A user chosen description to differentiate between multiple users
-h, --help Help for "stackit secrets-manager user create"
--instance-id string ID of the instance
--write User write access to the secrets engine. If unset, user is read-only
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit secrets-manager user - Provides functionality for Secrets Manager users