Skip to main content
Version: 1.16

Authentication static configuration

Static configuration is the microservice configuration set before microservice startup in a property file. This configuration is common to all tenant.

Static configuration for Authentication service is :

NameTypeDefault ValueDescription
http.proxy.hoststringnullOptional proxy host
http.proxy.loginstringnullOptional proxy login
http.proxy.passwordstring encryptednullOptional proxy password
http.proxy.portintegernullOptional proxy port
http.proxy.noproxystring[][] (empty list)Optional list of noproxy
regards.accounts.root.user.loginstringno default valueRoot user login of Regards
info

To make missing properties customizable, you have to update regards ansible playbook : the regards-mconfig role. See more details here