Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f4182cb18 |
@@ -0,0 +1,7 @@
|
||||
bound_service_account_names:
|
||||
- default
|
||||
bound_service_account_namespaces:
|
||||
- encapi
|
||||
token_ttl: 600
|
||||
token_max_ttl: 600
|
||||
audience: vault
|
||||
@@ -0,0 +1,10 @@
|
||||
# Allow reading environment variables for encapi
|
||||
---
|
||||
rules:
|
||||
- path: "kv/data/service/encapi/environment"
|
||||
capabilities:
|
||||
- read
|
||||
|
||||
auth:
|
||||
k8s/au/syd1:
|
||||
- encapi
|
||||
@@ -0,0 +1,10 @@
|
||||
# Allow reading environment vars for postgres/encapi
|
||||
---
|
||||
rules:
|
||||
- path: "kv/data/service/encapi/postgres-password"
|
||||
capabilities:
|
||||
- read
|
||||
|
||||
auth:
|
||||
k8s/au/syd1:
|
||||
- encapi
|
||||
Reference in New Issue
Block a user