Disabling Security
There may be situations where you wish to disable security for the entire installation.
Security can be disabled in the following ways during configuration with tpm:
disable-security-controls=true
Disabling security through this single option, has the same effect as adding:
file-protection-level=noneDisables file level protection, including ownership and file mode settings.
rmi-ssl=falseDisables the use of SSL/TLS for communicating with services, this includes starting, stopping, or controlling individual services and operations, such as putting Tungsten Replicator online or offline.
thl-ssl=falseDisables the use of SSL/TLS for THL transmission between replicators.
rmi-authentication=falseDisables the use of authentication when accessing and controlling services.
datasource-enable-ssl=falsereplicator-rest-api-ssl=falseDisables SSL for communication with the Replicator API. This does not disable the API altogether. To do that, refer to
replicator-rest-api