(fix): fix sigV4 oidc issue when sign-in with authentik

This commit is contained in:
Story Crater Bot
2026-08-25 08:15:43 -07:00
parent eac8414be5
commit 78e788abb3
+7 -2
View File
@@ -83,11 +83,16 @@ spec:
# 'default' and fail the reconcile). # 'default' and fail the reconcile).
# Public hostnames the tenant serves (S3 + console via the cluster ingress). # Public hostnames the tenant serves (S3 + console via the cluster ingress).
# Must match actual ingress backends: the "minio" Ingress (host
# minio.riotpiao.com) routes to minio-cluster-console:9090, and "minio-api"
# (host minio-api.riotpiao.com) routes to minio:9000. Previously these were
# swapped, so MinIO's own console-domain validation rejected the OIDC
# callback arriving on minio.riotpiao.com's Host header.
features: features:
domains: domains:
minio: minio:
- https://minio.riotpiao.com - https://minio-api.riotpiao.com
console: https://minio-console.riotpiao.com console: https://minio.riotpiao.com
# ── OIDC via Authentik (server-side env, valid in v2 schema) ──────────────── # ── OIDC via Authentik (server-side env, valid in v2 schema) ────────────────
env: env: