Deploy scoped user-engine delivery lanes
This commit is contained in:
parent
af8a6889d0
commit
dbbccc1a80
5 changed files with 42 additions and 5 deletions
|
|
@ -18,6 +18,13 @@ service token at `platform/workloads/user-engine/runtime`. The
|
|||
`openbao-runtime.yaml` stores and ExternalSecrets deliver those values into the
|
||||
existing namespaced Secret names without changing application interfaces.
|
||||
|
||||
The audit-core sender and email-connect ingest credentials stay authoritative
|
||||
in their provider namespaces. Run
|
||||
`tools/sync-user-engine-delivery-secret.sh` from the repository root to copy
|
||||
only those scoped values into `user-engine-delivery` without printing them.
|
||||
Rerun it after either provider rotates its token, then restart user-engine
|
||||
because the application receives these two values as environment variables.
|
||||
|
||||
```bash
|
||||
kubectl apply -f openbao-runtime.yaml
|
||||
kubectl apply -f runtime.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue