Skip to content

Commit

Permalink
Fix typo in policies.mdx (hashicorp#13345)
Browse files Browse the repository at this point in the history
Fix typo in Kubernetes policy example which prevents example from working.
  • Loading branch information
angapov authored and Artem Alexandrov committed Feb 4, 2022
1 parent 9fd0ae2 commit c30e99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/concepts/policies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ The following templated policy allow to read the path associated with the
Kubernetes service account namespace of the identity:

```ruby
path "secrets/data/{{identity.entity.aliases.auth_kubernetes_xxxx.metadata.service_account_namespace}}/*" {
path "secret/data/{{identity.entity.aliases.auth_kubernetes_xxxx.metadata.service_account_namespace}}/*" {
capabilities = ["read"]
}
```
Expand Down

0 comments on commit c30e99d

Please sign in to comment.