Activate ACTIVITY-WP-0025: Authelia SSO ingress for ops and Temporal UI
Mark workplan active. Add Traefik ForwardAuth middleware and Ingress manifests for activity.coulomb.social and activity-temporal.coulomb.social. Prefer Authelia SSO identity for ops mutations; document DNS gate and fleet pattern (docs/ops-sso-access.md).
This commit is contained in:
parent
7e71c0c837
commit
f885697e96
13 changed files with 366 additions and 57 deletions
22
k8s/railiance/30-authelia-middleware.yaml
Normal file
22
k8s/railiance/30-authelia-middleware.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Traefik ForwardAuth → Authelia (fleet SSO).
|
||||
# Pattern: net-kingdom sso-mfa Authelia at auth.coulomb.social
|
||||
# ACTIVITY-WP-0025
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: authelia-forwardauth
|
||||
namespace: activity-core
|
||||
labels:
|
||||
app.kubernetes.io/name: activity-core
|
||||
app.kubernetes.io/part-of: activity-core
|
||||
app.kubernetes.io/component: sso
|
||||
spec:
|
||||
forwardAuth:
|
||||
# rd= sends the browser to the Authelia login portal when unauthenticated.
|
||||
address: http://authelia.sso.svc.cluster.local:9091/api/verify?rd=https://auth.coulomb.social/
|
||||
trustForwardHeader: true
|
||||
authResponseHeaders:
|
||||
- Remote-User
|
||||
- Remote-Groups
|
||||
- Remote-Name
|
||||
- Remote-Email
|
||||
Loading…
Add table
Add a link
Reference in a new issue