feat: Authentik, forward auth proxy
This commit is contained in:
@@ -34,11 +34,12 @@
|
||||
state: present
|
||||
definition: "{{ lookup('template', 'secret-dashboard.yml') | from_yaml }}"
|
||||
|
||||
- name: Deploy dashboard middleware for auth
|
||||
- name: Deploy forwardauth middleware
|
||||
kubernetes.core.k8s:
|
||||
kubeconfig: /Users/lino.silva/.kube/config
|
||||
state: present
|
||||
definition: "{{ lookup('template', 'dashboard-middleware.yml') | from_yaml }}"
|
||||
namespace: traefik
|
||||
definition: "{{ lookup('template', 'middleware-forwardauth.yml') | from_yaml }}"
|
||||
|
||||
- name: Create dashboard ingress
|
||||
kubernetes.core.k8s:
|
||||
|
||||
Reference in New Issue
Block a user