FEAT(authelia): add authelia sso

- to minio console and pgweb
- minio: Add Authelia middleware to console ingress (API excluded for S3
  access)
- pgweb: Add Authelia middleware to ingress
This commit is contained in:
2026-01-01 22:48:39 +09:00
parent 4c8b55cc9e
commit 804207b02b
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ metadata:
namespace: minio namespace: minio
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd
spec: spec:
ingressClassName: traefik ingressClassName: traefik
tls: tls:

View File

@@ -4,8 +4,8 @@ metadata:
name: pgweb-ingress name: pgweb-ingress
namespace: pgweb namespace: pgweb
annotations: annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod" cert-manager.io/cluster-issuer: "letsencrypt-prod"
traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd
spec: spec:
ingressClassName: traefik ingressClassName: traefik
tls: tls: