Merge pull request 'chore: add artifactapi k8s role' (#61) from benvin/artifactapi into master
Reviewed-on: #61
This commit was merged in pull request #61.
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
bound_service_account_names:
|
||||||
|
- default
|
||||||
|
bound_service_account_namespaces:
|
||||||
|
- artifactapi
|
||||||
|
token_ttl: 600
|
||||||
|
token_max_ttl: 600
|
||||||
|
audience: vault
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Allow reading environment variables for artifactapi
|
||||||
|
---
|
||||||
|
rules:
|
||||||
|
- path: "kv/data/service/artifactapi/environment"
|
||||||
|
capabilities:
|
||||||
|
- read
|
||||||
|
|
||||||
|
auth:
|
||||||
|
k8s/au/syd1:
|
||||||
|
- artifactapi
|
||||||
Reference in New Issue
Block a user