Skip to content

Commit

Permalink
Typo in policy template doc (#5887)
Browse files Browse the repository at this point in the history
  • Loading branch information
uepoch authored and jefferai committed Dec 3, 2018
1 parent 5bc9dc8 commit fdd8948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/source/docs/concepts/policies.html.md
Expand Up @@ -244,7 +244,7 @@ injected, and currently the `path` keys in policies allow injection.
| `identity.entity.aliases.<<mount accessor>>.metadata.<<metadata key>>` | Metadata associated with the alias for the given mount and metadata key |
| `identity.groups.ids.<<group id>>.name` | The group name for the given group ID |
| `identity.groups.names.<<group name>>.id` | The group ID for the given group name |
| `identity.groups.names.<<group id>>.metadata.<<metadata key>>` | Metadata associated with the group for the given key |
| `identity.groups.ids.<<group id>>.metadata.<<metadata key>>` | Metadata associated with the group for the given key |
| `identity.groups.names.<<group name>>.metadata.<<metadata key>>` | Metadata associated with the group for the given key |

### Examples
Expand Down
2 changes: 1 addition & 1 deletion website/source/guides/identity/policy-templating.html.md
Expand Up @@ -129,7 +129,7 @@ templating delimiters: `{{<parameter>}}`.
| `identity.entity.aliases.<<mount accessor>>.metadata.<<metadata key>>` | Metadata associated with the alias for the given mount and metadata key |
| `identity.groups.ids.<<group id>>.name` | The group name for the given group ID |
| `identity.groups.names.<<group name>>.id` | The group ID for the given group name |
| `identity.groups.names.<<group id>>.metadata.<<metadata key>>` | Metadata associated with the group for the given key |
| `identity.groups.ids.<<group id>>.metadata.<<metadata key>>` | Metadata associated with the group for the given key |
| `identity.groups.names.<<group name>>.metadata.<<metadata key>>` | Metadata associated with the group for the given key |


Expand Down

0 comments on commit fdd8948

Please sign in to comment.