Hi all - is there a method to have more than one F...
# fleet
m
Hi all - is there a method to have more than one Fleet web address? Here's the issue we're running into: Up until recently, our method to sign into the web GUI was by signing in via SSO (Okta), which was accessed through Cloudflare. For security reasons we have blocked access to the api/v1/fleet/sso endpoint in Cloudflare, and will be accessing the web GUI internally only. We have created a separate ELB for accessing the web gui, but any SSO sign-ins still attempt to use the original web address which is now being blocked. What I think I'm looking for is more of a separation of endpoints, one for management and one for clients, each with it's own web address. But I also might be over thinking this 🙂
j
Seems reasonable to me. Fleet can live behind a reverse proxy and each proxy has its own addresses. You can use one for the UI and another for agents to use the API.