Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed2443b1e2 |
@@ -0,0 +1,7 @@
|
||||
bound_service_account_names:
|
||||
- logarchiver
|
||||
bound_service_account_namespaces:
|
||||
- logging
|
||||
token_ttl: 600
|
||||
token_max_ttl: 600
|
||||
audience: vault
|
||||
@@ -0,0 +1,12 @@
|
||||
# Allow the logarchiver service (logging namespace, SA logarchiver) to read the
|
||||
# logarchive public key. A plain read on gpg/keys/logarchive returns the armored
|
||||
# public_key; no decrypt/export capability is granted (decrypt stays operator-only).
|
||||
---
|
||||
rules:
|
||||
- path: "gpg/keys/logarchive"
|
||||
capabilities:
|
||||
- read
|
||||
|
||||
auth:
|
||||
k8s/au/syd1:
|
||||
- logging_logarchiver
|
||||
Reference in New Issue
Block a user