Update to 2024-01-08 11:00

This commit is contained in:
Daniel Berteaud
2024-01-08 11:00:40 +01:00
parent 1c9964d5d2
commit 5eec0682a0
6 changed files with 83 additions and 35 deletions

View File

@@ -19,6 +19,11 @@ llng_manager_vhost: sso-manager.{{ ansible_domain }}
# If llng_portal and llng_manager are both set to False (only the handler is deployed)
# which conf backend to use. can be api or mysql
llng_conf_backend: api
llng_sessions_backend: "{{ llng_conf_backend }}"
# If using the REST API as backend, you must configure the URL endpoint
# llng_api_conf_url: https://auth.example.org/index.psgi/config
# llng_api_sessions_url: https://auth.example.org/index.psgi/sessions/global
# List of IP allowed to access SOAP endpoints
# Empty or undefined disable api endpoints
@@ -39,6 +44,8 @@ llng_reload_use_proxy: False
# If defined, access to api endpoints will require basic auth.
llng_api_user: lemonldapapi
# llng_api_pass: sEcr3t.P@ssw0rd
# If basic auth is used to access the API, you must set the realm
llng_api_realm: Lemonldap::NG API
# SSL for vhosts
# llng_portal_ssl: