vault_identity_group

Lookup an Identity Group for Vault. The Identity secrets engine is the identity management solution for Vault. It internally maintains the clients who are recognized by Vault.

Example Usage

data "vault_identity_group" "group" {
  group_name = "user"
}

Argument Reference

The following arguments are supported:

The lookup criteria can be group_name, group_id, alias_id, or a combination of alias_name and alias_mount_accessor.

Required Vault Capabilities

Use of this resource requires the create capability on /identity/lookup/group.

Attributes Reference

The following attributes are exported: