Skip to content
Snippets Groups Projects
Verified Commit e39ee829 authored by Nicolas Lenz's avatar Nicolas Lenz :snowflake:
Browse files

wip

parent 3da6d61c
No related branches found
No related tags found
No related merge requests found
...@@ -441,6 +441,24 @@ See: ...@@ -441,6 +441,24 @@ See:
replace-notes.headers = { replace-notes.headers = {
customRequestHeaders.Host = "notes-8efb78.pages.eisfunke.com"; customRequestHeaders.Host = "notes-8efb78.pages.eisfunke.com";
}; };
auth-private-notes.forwardAuth = {
# localhost:61022 is the authentik container
address = "http://localhost:61022/outpost.goauthentik.io/auth/TODO";
trustForwardHeader = true;
authResponseHeaders = [
"X-authentik-username"
"X-authentik-groups"
"X-authentik-email"
"X-authentik-name"
"X-authentik-uid"
"X-authentik-jwt"
"X-authentik-meta-jwks"
"X-authentik-meta-outpost"
"X-authentik-meta-provider"
"X-authentik-meta-app"
"X-authentik-meta-version"
];
};
}; };
services = { services = {
git.loadBalancer.servers = [ { url = "http://localhost:61026"; } ]; git.loadBalancer.servers = [ { url = "http://localhost:61026"; } ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment