Move reuse secrets to local OpenBao
This commit is contained in:
parent
ce5e908011
commit
33b36e801d
1 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Interim: reuse-surface on railiance01 reads runtime secrets from coulombcore OpenBao
|
||||
# (https://bao.coulomb.social) until railiance01 OpenBao is bootstrapped (Wave 7).
|
||||
# reuse-surface uses the private OpenBao service on railiance01. Public
|
||||
# bao.coulomb.social remains the operator/API address and is not a workload
|
||||
# runtime dependency.
|
||||
#
|
||||
# Prereq: Secret external-secrets/openbao-reuse-eso-token (key: token) with a
|
||||
# policy-limited OpenBao token that can read
|
||||
|
|
@ -15,7 +16,7 @@ metadata:
|
|||
spec:
|
||||
provider:
|
||||
vault:
|
||||
server: https://bao.coulomb.social
|
||||
server: http://openbao.openbao.svc:8200
|
||||
path: platform
|
||||
version: v2
|
||||
auth:
|
||||
|
|
@ -25,4 +26,4 @@ spec:
|
|||
key: token
|
||||
conditions:
|
||||
- namespaces:
|
||||
- reuse
|
||||
- reuse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue