MVP Authelia deployment
This commit is contained in:
parent
742f293a71
commit
29ad11e6f2
9 changed files with 155 additions and 5 deletions
|
@ -61,6 +61,23 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue