Manage users and policies
Learn how to manage Piiano Vault users, roles, access policies, and authentication optionsโ
In this guide, you'll learn about how identity and access management users, roles and policies are represented in the API, how to set IAM configuration, and how to get current IAM configuration. You'll also learn how to regenerate user API key or authenticate a JWT access token generated by an external identity provider.
๐๏ธ How IAM work
Learn about Piiano Vault's identity and access management (IAM), the feature Vault uses to govern access to APIs and data.
๐๏ธ Update the IAM configuration
Learn how to update the users, roles, and policies of the Piiano Vault IAM configuration using its TOML file from this step-by-step guide.
๐๏ธ Define users
Learn how to define a user with a role as part of the Piiano Vault identity and access management (IAM) configuration.
๐๏ธ Add capabilities to a role
Learn how to add capabilities to a role as part of the Piiano Vault identity and access management (IAM) configuration.
๐๏ธ Define new policies
Learn how to define new Piiano Vault identity and access management (IAM) policies and add them to a role.
๐๏ธ Default IAM configuration
Learn about the content of the default identity and access management (IAM) configuration provided in Piiano Vault.
๐๏ธ IAM configuration use-cases
Learn about configuring identity and access management (IAM) in Piiano Vault for specific use-cases.
๐๏ธ Set the administrative userโs API key
Vault always has an administrative user account, which you use to update the configuration of Vault. Learn how to set that user account's API key.
๐๏ธ Regenerate user API key
Learn how to regenerate a user API key, to enable access to the REST API and CLI, using the CLI iam regen-api-key command.
๐๏ธ Configure JWT authentication
Learn how to configure JWT authentication for use as a bearer token to gain access to the Piiano Vault REST API.
๐๏ธ Role delegation
Learn what role delegation is in Piiano Vault, its use cases, and how to configure it.