diff --git a/website/source/docs/concepts/policies.html.md b/website/source/docs/concepts/policies.html.md index e053ff69939ec..c9302d01c26f6 100644 --- a/website/source/docs/concepts/policies.html.md +++ b/website/source/docs/concepts/policies.html.md @@ -244,7 +244,7 @@ injected, and currently the `path` keys in policies allow injection. | `identity.entity.aliases.<>.metadata.<>` | Metadata associated with the alias for the given mount and metadata key | | `identity.groups.ids.<>.name` | The group name for the given group ID | | `identity.groups.names.<>.id` | The group ID for the given group name | -| `identity.groups.names.<>.metadata.<>` | Metadata associated with the group for the given key | +| `identity.groups.ids.<>.metadata.<>` | Metadata associated with the group for the given key | | `identity.groups.names.<>.metadata.<>` | Metadata associated with the group for the given key | ### Examples diff --git a/website/source/guides/identity/policy-templating.html.md b/website/source/guides/identity/policy-templating.html.md index 62362ff31f63c..cd78b7acecf99 100644 --- a/website/source/guides/identity/policy-templating.html.md +++ b/website/source/guides/identity/policy-templating.html.md @@ -129,7 +129,7 @@ templating delimiters: `{{}}`. | `identity.entity.aliases.<>.metadata.<>` | Metadata associated with the alias for the given mount and metadata key | | `identity.groups.ids.<>.name` | The group name for the given group ID | | `identity.groups.names.<>.id` | The group ID for the given group name | -| `identity.groups.names.<>.metadata.<>` | Metadata associated with the group for the given key | +| `identity.groups.ids.<>.metadata.<>` | Metadata associated with the group for the given key | | `identity.groups.names.<>.metadata.<>` | Metadata associated with the group for the given key |