mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
Set up cert-manager wildcard certs
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
||||
namespace: auth
|
||||
spec:
|
||||
forwardAuth:
|
||||
address: 'http://authelia.auth.svc.cluster.local/api/verify?rd=https://auth.namesny.com'
|
||||
address: 'http://authelia.auth.svc.cluster.local/api/verify?rd=https://auth.example.com'
|
||||
trustForwardHeader: true
|
||||
authResponseHeaders:
|
||||
- "Remote-User"
|
||||
|
||||
@@ -7,7 +7,7 @@ spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`auth.namesny.com`)
|
||||
- match: Host(`auth.example.com`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: authelia
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
domain: 'namesny.com'
|
||||
domain: 'example.com'
|
||||
configMap:
|
||||
authentication_backend:
|
||||
file:
|
||||
@@ -13,7 +13,7 @@ configMap:
|
||||
enabled: false
|
||||
access_control:
|
||||
rules:
|
||||
- domain: '*.namesny.com'
|
||||
- domain: '*.example.com'
|
||||
policy: one_factor
|
||||
session:
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user