mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-07-11 21:29:59 +02:00
updating authentik-outpost-ldap service
This commit is contained in:
commit
8c2a4088bc
1 changed files with 6 additions and 6 deletions
|
@ -129,12 +129,12 @@
|
|||
#$@(if noproxy
|
||||
(list (string-append "no_proxy=" noproxy))
|
||||
'())
|
||||
(string-append "AUTHENTIK_HOST=" authentik_host)
|
||||
(string-append "AUTHENTIK_TOKEN=" authentik_token)
|
||||
(string-append "AUTHENTIK_INSECURE=" authentik_insecure)
|
||||
(string-append "AUTHENTIK_LISTEN__LDAP" authentik_listen_ldap)
|
||||
(string-append "AUTHENTIK_LISTEN__LDAPS" authentik_listen_ldaps)
|
||||
(string-append "AUTHENTIK_LISTEN__METRICS" authentik_listen_metrics))
|
||||
(string-append "AUTHENTIK_HOST=" #$authentik_host)
|
||||
(string-append "AUTHENTIK_TOKEN=" #$authentik_token)
|
||||
(string-append "AUTHENTIK_INSECURE=" #$authentik_insecure)
|
||||
(string-append "AUTHENTIK_LISTEN__LDAP" #$authentik_listen_ldap)
|
||||
(string-append "AUTHENTIK_LISTEN__LDAPS" #$authentik_listen_ldaps)
|
||||
(string-append "AUTHENTIK_LISTEN__METRICS" #$authentik_listen_metrics))
|
||||
#:user "authentik-outpost"
|
||||
#:group "authentik-outpost"))
|
||||
(stop #~(make-kill-destructor)))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue