Replace Authelia with Authentik

This commit is contained in:
Pim Kunis 2025-02-10 22:51:18 +01:00
parent b09ce94621
commit 81b553c8b0
13 changed files with 117 additions and 313 deletions

View file

@ -61,24 +61,6 @@
};
};
};
middlewares.forwardauth-authelia = {
metadata.labels = {
"app.kubernetes.io/instance" = "authelia";
"app.kubernetes.io/name" = "authelia";
};
spec.forwardAuth = {
address = "http://authelia.authelia.svc.cluster.local/api/authz/forward-auth";
authResponseHeaders = [
"Remote-User"
"Remote-Groups"
"Remote-Email"
"Remote-Name"
];
};
};
};
lab = {