Merge pull request #4580 from tavislikedavis/patch-1

Update policies.html.md
This commit is contained in:
Jeff Mitchell 2018-05-17 09:14:35 -07:00 committed by GitHub
commit 124271c1ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ Policies may be created (uploaded) via the CLI or via the API. To create a new
policy in Vault:
```sh
$ vault write sys/policy/my-policy policy=@my-policy.hcl
$ vault policy write policy-name policy-file.hcl
```
-> The `@` tells Vault to read from a file on disk. In the example above, Vault