2023-11-28 21:05:30 +00:00
|
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
|
|
kind: Middleware
|
|
|
|
metadata:
|
2023-12-12 21:00:30 +00:00
|
|
|
name: authelia-basic
|
2023-11-28 21:05:30 +00:00
|
|
|
namespace: auth
|
|
|
|
spec:
|
|
|
|
forwardAuth:
|
2023-12-12 21:00:30 +00:00
|
|
|
address: 'http://authelia.auth.svc.cluster.local/api/verify?auth=basic&rd=https://auth.namesny.com'
|
2023-11-28 21:05:30 +00:00
|
|
|
trustForwardHeader: true
|