授权本机 SPIFFE 身份访问开发服务
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Local development identity. This policy deliberately permits normal KV v2
|
||||
# reads and writes but excludes soft-delete, metadata deletion, permanent
|
||||
# version destruction, auth administration, and privileged operations.
|
||||
path "kv/data/*" {
|
||||
capabilities = ["create", "read", "update"]
|
||||
}
|
||||
|
||||
path "kv/metadata" {
|
||||
capabilities = ["read", "list"]
|
||||
}
|
||||
|
||||
path "kv/metadata/*" {
|
||||
capabilities = ["read", "list"]
|
||||
}
|
||||
|
||||
# Sign disposable SSH public keys for short-lived development access.
|
||||
path "ssh-client-signer/sign/ai-agent" {
|
||||
capabilities = ["create", "update"]
|
||||
}
|
||||
Reference in New Issue
Block a user