flex-auth/values/ops-warden.yaml
tegwick 249ee146ba
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 2s
Enforce caller-auth on flex-auth-ops-warden (FLEX-WP-0016-T03)
ops-warden WARDEN-WP-0031 T04 minted audience-flex-auth tokens as
system:serviceaccount:ops-warden:ops-warden and held the warn-log count.
Helm rev 2 is enforce. Live probe 200/401/403. policy.enabled is theirs.
2026-08-19 20:10:31 +02:00

22 lines
807 B
YAML

# Independently rollable ops-warden signing-policy pin (FLEX-WP-0016).
# Isolated: workstation reaches it by port-forward/tunnel. Binding matches
# ServiceAccount ops-warden/ops-warden (WARDEN-WP-0031). Enforce after their
# T04 authenticated gate held the warn-log count at 4.
name: flex-auth-ops-warden
image:
repository: forgejo.coulomb.social/coulomb/flex-auth
digest: sha256:138aa3471c46bca6e814691fa1e6520aedda3dffd743e6b09141ab433afdb64b
args:
- serve
- --addr
- 0.0.0.0:8080
- --registry
- /opt/flex-auth/examples/ops-warden/production_registry_snapshot.json
- --policy
- /opt/flex-auth/examples/ops-warden/policy_package.md
callerAuth:
mode: enforce
kubernetesURL: https://10.43.0.1
binding: ops-warden=system:serviceaccount:ops-warden:ops-warden
consumer:
isolated: true