Shaun configurations¶
This page describes shaun configuration and the process to set custom configurations for an instance in dockapult
Default configuration¶
By default, all the instances share the same base configurations available at /group_vars/all/
Set custom configurations¶
If you need to set custom configurations, the default configurations are overridable for an instance if needed.
To do so, you can create you modify the main configuration file for the instance :
/instance/main in /group_vars
Disable Toucan Toco IdP (shaun)¶
Shaun IdP is toggled by the shaun_oidc_provider_flag flag, to disable it, simply disable it in the instance main file :
shaun_oidc_provider_flag: disable
The shaun provider will be disabled at the next deployment