Are you using basic auth? If so, how are you managing usernames & passwords?
Are you using a VPN?
Are you using something else?
1–7 of 7 posts
Are you using basic auth? If so, how are you managing usernames & passwords?
Are you using a VPN?
Are you using something else?
It's not perfect, but I think it works better than what it replaced (logic in the application and a shared 'secret' to access those environments)
Typically the entire stack is copied so that you have the exact same setup, including auth, as in production. Basic auth isn't a great idea unless your production is using basic auth too. If you're using some federated login tool like Cognito or Auth0 then you can create smth like an isolated pool of users for each environment, forgot the exact name. VPN only needed if it's a compliance requirement, otherwise nothing…
Company SSO and IP allowlist.