mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Change authentik dns rubenhensen.nl
This commit is contained in:
@@ -21,8 +21,8 @@ records:
|
|||||||
content: "@"
|
content: "@"
|
||||||
- name: "authentik"
|
- name: "authentik"
|
||||||
expire: 86400
|
expire: 86400
|
||||||
type: CNAME
|
type: A
|
||||||
content: "@"
|
content: "62.41.87.114"
|
||||||
- name: "argocd"
|
- name: "argocd"
|
||||||
expire: 86400
|
expire: 86400
|
||||||
type: CNAME
|
type: CNAME
|
||||||
|
|||||||
@@ -160,7 +160,10 @@ in
|
|||||||
filter.verify = "(&(objectClass=user)(|(mail=*?*)(cn=*?*)))";
|
filter.verify = "(&(objectClass=user)(|(mail=*?*)(cn=*?*)))";
|
||||||
filter.expand = "(&(objectClass=group)(cn=?))";
|
filter.expand = "(&(objectClass=group)(cn=?))";
|
||||||
attribute.name = "cn";
|
attribute.name = "cn";
|
||||||
|
attribute.type = "class";
|
||||||
attribute.email = "mail";
|
attribute.email = "mail";
|
||||||
|
attribute.secret = "userPassword";
|
||||||
|
attribute.groups = "memberOf";
|
||||||
attribute.description = "displayName";
|
attribute.description = "displayName";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -255,7 +258,7 @@ in
|
|||||||
systemd.services.nginx.serviceConfig.LimitNOFILE = 65536;
|
systemd.services.nginx.serviceConfig.LimitNOFILE = 65536;
|
||||||
systemd.services.nginx.preStart = lib.mkBefore ''
|
systemd.services.nginx.preStart = lib.mkBefore ''
|
||||||
mkdir -p /run/nginx
|
mkdir -p /run/nginx
|
||||||
test -f /run/nginx/k8s-upstream.conf || printf 'upstream k8s_tls {\n server 127.0.0.1:443;\n}\n\nupstream k8s_ldap {\n server 127.0.0.1:3389;\n}\n' > /run/nginx/k8s-upstream.conf
|
test -f /run/nginx/k8s-upstream.conf || printf 'upstream k8s_tls {\n server 127.0.0.1:1;\n}\n\nupstream k8s_ldap {\n server 127.0.0.1:1;\n}\n' > /run/nginx/k8s-upstream.conf
|
||||||
test -f /run/nginx/k8s-http-upstream.conf || printf 'upstream k8s_http {\n server 127.0.0.1:80;\n}\n' > /run/nginx/k8s-http-upstream.conf
|
test -f /run/nginx/k8s-http-upstream.conf || printf 'upstream k8s_http {\n server 127.0.0.1:80;\n}\n' > /run/nginx/k8s-http-upstream.conf
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user