Add cephrgw-operator k8s auth role + dashboard-credentials policy #95
@@ -0,0 +1,7 @@
|
||||
bound_service_account_names:
|
||||
- cephrgw-operator
|
||||
bound_service_account_namespaces:
|
||||
- cephrgw-system
|
||||
token_ttl: 600
|
||||
token_max_ttl: 600
|
||||
audience: vault
|
||||
@@ -0,0 +1,10 @@
|
||||
# Allow the cephrgw-operator to read its Ceph dashboard credentials
|
||||
---
|
||||
rules:
|
||||
- path: "kv/data/service/cephrgw/dashboard-credentials"
|
||||
capabilities:
|
||||
- read
|
||||
|
||||
auth:
|
||||
k8s/au/syd1:
|
||||
- cephrgw-operator
|
||||
Reference in New Issue
Block a user