(fix): fix sigV4 oidc issue when sign-in with authentik
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user