Role Extender Properties
The following properties can be modified when deploying Role Extender Web Service:
The JDBC
Java Database Connectivity. The application programming interface (API) that allows Java programs to access databases. username used by the Role Extender to connect to a database is hardcoded to facilitate configuration.
|
Property |
Default Value |
Description |
|---|---|---|
|
rolext_server_port |
8080 |
The HTTP(S) port to which Role Extender Web Services is bound |
|
rolext_jdbc_password |
N/A |
The JDBC password used by the Role Extender to connect to a database |
|
rolext_should_use_ssl |
true |
Flag, indicating if the HTTPS protocol should be used by the Role Extender Web Services |
|
ssl_certificates |
N/A |
This property is a dictionary of three elements: "private_key", "certificate" and "ca". Each element is the path to the corresponding PEM file. If specified and |
| rolext_lb_hostname | N/A | The Fully Qualified Domain Name of the Load Balancer Host that serves Role Extender. Required for the HA installation. |
| rolext_lb_port | N/A | The port number used by the Load Balancer that serves Role Extender. Should be set only when non-standard port is used |