We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe2144 commit 0a24efbCopy full SHA for 0a24efb
VAULT/Create_ACL_Policies.md
@@ -0,0 +1,10 @@
1
+`vim policy.hcl`
2
+```
3
+path "kv/message" {
4
+ capabilities = ["read"]
5
+}
6
7
+Load file `policy.hcl` vào trong Vault và tạo một policy tên là `message-readonly`:
8
+`vault policy write message-readonly policy.hcl`
9
+tạo token `read-only`
10
+`vault token create -policy="message-readonly"`
0 commit comments