Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2feb24ac88 | |||
| 1887727a04 | |||
| b576524553 |
@@ -0,0 +1,4 @@
|
||||
allowed_kubernetes_namespaces:
|
||||
- "vm-system"
|
||||
service_account_name: "agent-observability"
|
||||
extra_labels: {}
|
||||
@@ -3,6 +3,8 @@ algorithm_signer: rsa-sha2-256
|
||||
ttl: 315360000 # 87600 * 3600
|
||||
allow_host_certificates: true
|
||||
allow_user_certificates: false
|
||||
allowed_domains: "unkin.net,main.unkin.net,consul"
|
||||
# "*" must be the sole entry: OpenBao only treats allowed_domains as unrestricted
|
||||
# when the whole string is "*", and otherwise matches entries exactly or by suffix.
|
||||
allowed_domains: "*"
|
||||
allow_subdomains: true
|
||||
allow_bare_domains: false
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# Allow access to agent-observability Kubernetes credentials
|
||||
---
|
||||
rules:
|
||||
- path: "kubernetes/au/syd1/creds/agent-observability"
|
||||
capabilities:
|
||||
- update
|
||||
|
||||
auth:
|
||||
ldap:
|
||||
- kubernetes_au_syd1_cluster_operator
|
||||
approle:
|
||||
- agents
|
||||
Reference in New Issue
Block a user