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 :
Name | Type | Default Value | Description |
---|---|---|---|
http.proxy.host | string | null | Optional proxy host |
http.proxy.login | string | null | Optional proxy login |
http.proxy.password | string encrypted | null | Optional proxy password |
http.proxy.port | integer | null | Optional proxy port |
http.proxy.noproxy | string[] | [] (empty list) | Optional list of noproxy |
regards.accounts.root.user.login | string | no default value | Root 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