From bcc42ef231c606776b72b6d21db49274a702c935 Mon Sep 17 00:00:00 2001 From: Martin Conraux Date: Mon, 3 Dec 2018 18:30:37 +0100 Subject: [PATCH] Typo in policy template doc --- website/source/docs/concepts/policies.html.md | 2 +- website/source/guides/identity/policy-templating.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 |