flex-auth-tenant-engine Helm rev 2 is enforce on sha256:138aa347 after tenant-engine 2063470 started sending a projected caller token (sha256:7dc9d7bf). Probe 200/401/403. tenancy.current.A is 2. T04 cancelled: AuthZEN waits for a PEP we do not control.
23 lines
813 B
YAML
23 lines
813 B
YAML
# Production pin for the tenant-engine policy service. Independently rollable.
|
|
# Caller-auth pin. Warn logs on 2026-08-19 were clean for the tenant-engine
|
|
# projected token after image sha256:7dc9d7bf… started sending it.
|
|
name: flex-auth-tenant-engine
|
|
image:
|
|
repository: forgejo.coulomb.social/coulomb/flex-auth
|
|
digest: sha256:138aa3471c46bca6e814691fa1e6520aedda3dffd743e6b09141ab433afdb64b
|
|
args:
|
|
- serve
|
|
- --addr
|
|
- 0.0.0.0:8080
|
|
- --registry
|
|
- /opt/flex-auth/examples/tenant-engine/registry_snapshot.json
|
|
- --policy
|
|
- /opt/flex-auth/examples/tenant-engine/policy_package.md
|
|
callerAuth:
|
|
mode: enforce
|
|
kubernetesURL: https://10.43.0.1
|
|
binding: tenant-engine=system:serviceaccount:tenant-engine:tenant-engine
|
|
consumer:
|
|
isolated: false
|
|
namespace: tenant-engine
|
|
podName: tenant-engine
|