22 Jun 2018 12:00 PM
Is it possible to:
a) Share a Security gateway between two clusters?
b) Have instances of a Security gateway running on the same servers. (Such as it is possible with collectors in AppMon)
Solved! Go to Solution.
22 Jun 2018 12:08 PM
a) No, public security gateway authenticates using gateway token that is issued for a cluster. For private security gateway it is possible to have it in multitenant mode (single gateway for multiple tenants in one cluster), see https://www.dynatrace.com/support/help/installation/security-gateway/can-i-use-a-single-private-secu...
b) I think it's doable by changing the dnsEntryPoints and other parameters such as the webserver port, but I don't think this is supported. For multiple tenants, see the multitenant mode.
22 Jun 2018 01:03 PM
Well This is not multiple tenant mode, this is multi cluster mode. Is there any way of solving that do you know?
22 Jun 2018 01:29 PM
No, there is no multi-cluster mode. You will probably have to spin up a second VM for the security GW. You can try to play with the gateway settings (port-ssl, dnsEntryPoint) also with startup scripts and see if it helps. But I guess this will never be supported and may not function at all and stop working.
23 Jul 2018 03:11 PM
Is there any way of doing this using docker containers then?
23 Jul 2018 06:16 PM
Probably yes (don't see any reason why this should not work) but containers are not supported for security gateway.
24 Jul 2018 08:28 AM
Do you know why there is no support for containers?