There may be situations where you wish to disable securityfor 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:
Disables file level protection, including ownership and file mode settings.
Disables 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.
Disables the use of SSL/TLS for THL transmission between replicators.
Disables the use of authentication when accessing and controlling services.
Disables SSL/TLS for group communication within the cluster.
Disables SSL within the connectors
--connector-rest-api-ssl=false
Disables SSL for communication with the Connector API. This
does not disable the API altogether.
To do that, refer to
connector-rest-api
--manager-rest-api-ssl=false
Disables SSL for communication with the Manager API. This
does not disable the API altogether.
To do that, refer to manager-rest-api
--replicator-rest-api-ssl=false
Disables SSL for communication with the Replicator API. This
does not disable the API altogether.
To do that, refer to
replicator-rest-api