Compare commits
2 Commits
codex/s57-
...
13f9bb7710
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13f9bb7710 | ||
|
|
9a58fd2af6 |
@@ -130,6 +130,27 @@ spec:
|
||||
value: "Production"
|
||||
- name: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT
|
||||
value: "false"
|
||||
# Authentik/OIDC enforcement (flipped ON 2026-06-04, no-live-proof per operator;
|
||||
# public read/entitlement + Method() allowlist stay open — OIDC gates admin only).
|
||||
# Auth__Enabled reverted to false 2026-06-04: enabling it gated the
|
||||
# /healthz readiness probe (probe->302->NotReady->endpoints drop->down).
|
||||
# Re-enable once /healthz is AllowAnonymous (falcon OIDC lane).
|
||||
- name: FlowerCore__Auth__Enabled
|
||||
value: "false"
|
||||
- name: FlowerCore__Auth__Oidc__Enabled
|
||||
value: "true"
|
||||
- name: FlowerCore__Auth__Oidc__Authority
|
||||
value: "https://id.iamworkin.lan/application/o/distribution/"
|
||||
- name: FlowerCore__Auth__Oidc__Audience
|
||||
value: "distribution"
|
||||
- name: FlowerCore__Auth__Oidc__ClientId
|
||||
value: "distribution"
|
||||
- name: FlowerCore__Auth__Oidc__ClientSecret
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: distribution-oidc-client
|
||||
key: client_secret
|
||||
optional: true
|
||||
# SQLite connection (catalog + data-protection keys via FlowerCoreDbContext).
|
||||
# Read by Data/DatabaseProviderExtensions.cs in precedence order; Sqlite key wins.
|
||||
- name: FlowerCore__Database__Provider
|
||||
|
||||
@@ -127,7 +127,7 @@ spec:
|
||||
# knowledge-oidc-client Secret is provisioned and
|
||||
# FlowerCore__Auth__Enabled is flipped to true.
|
||||
- name: FlowerCore__Auth__Enabled
|
||||
value: "false"
|
||||
value: "true"
|
||||
- name: FlowerCore__Auth__Oidc__Enabled
|
||||
value: "true"
|
||||
- name: FlowerCore__Auth__Oidc__Authority
|
||||
|
||||
Reference in New Issue
Block a user