Set up cert-manager wildcard certs

This commit is contained in:
2024-09-23 22:00:49 +02:00
parent 9a393e1326
commit 4adb9cd9ee
9 changed files with 53 additions and 14 deletions

View File

@@ -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"

View File

@@ -7,7 +7,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`auth.namesny.com`)
- match: Host(`auth.example.com`)
kind: Rule
services:
- name: authelia

View File

@@ -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: