Added visibility modes toggle buttons on deployment
Choices added for the modes public, auth and private
The choices are ordered: more public --> more private, I figured that auth proxy is more public than private since auth proxy still allows external traffic if it is authenticated while private only allows internal traffic.
Tooltips explaining what the different modes do
Let me know if i have misunderstood the modes or should rewrite the descriptions, this is how i figured they work:
Mode
Description
public
Your deployment is publicly accessible on the internet.
auth
Your deployment is private and reachable on the internet through an authentication proxy, this limits the allowed traffic.
private
Your deployment is private and not reachable on the internet. Only internal traffic is allowed in (traffic between deployments).
Added visibility modes toggle buttons on deployment
Choices added for the modes
public
,auth
andprivate
The choices are ordered: more public --> more private, I figured that auth proxy is more public than private since auth proxy still allows external traffic if it is authenticated while private only allows internal traffic.
Tooltips explaining what the different modes do
Let me know if i have misunderstood the modes or should rewrite the descriptions, this is how i figured they work: