Administrator role
The administrator role is set by the HPA_ROLE_ADMIN variable of
security.config, and its value must match a role
carried by the token (see
Connection to LDAP).
Applying a change
Changing HPA_ROLE_ADMIN is not taken into account by a simple restart:
the current version must be installed again so that the configuration is
regenerated.
- Edit
HPA_ROLE_ADMINin{{hpa_base_dir}}/hpa/security.config - Stop the environment
cd {{hpa_base_dir}}/hpa ./controller.sh stop - Re-install the version already in use to spread the value everywhere.
cd {{hpa_base_dir}}/hpa ./controller.sh i <version> - Start the environment
cd {{hpa_base_dir}}/hpa ./controller.sh start
<version> is the version currently installed — list the available ones with
./controller.sh l.
See start/stop for the environment commands.