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.

  1. Edit HPA_ROLE_ADMIN in {{hpa_base_dir}}/hpa/security.config
  2. Stop the environment
    cd {{hpa_base_dir}}/hpa
    ./controller.sh stop
    
  3. Re-install the version already in use to spread the value everywhere.
    cd {{hpa_base_dir}}/hpa
    ./controller.sh i <version>
    
  4. 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.