A secure installation of the unleash server for feature flags management that allows you to login with the chosen authentication mention on the API or client of the Unleash Server.
Admin Auth Types:
- Basic Auth
- Google OAuth2
Client Auth Types:
- Shared Secret
The docker image allows you to setup the following environment variables:
PORTPort on which to start the server on. Defaults to 80AUTH_TYPEAuthentication type for the admin area. Defaults to "google"SESSION_SECRETSecret used to encrypt admin cookie. Defaults to "UNLEASH-SECRET"DATABASE_URLDatabase url. Defaults to: ""GOOGLE_CLIENT_IDGoogle OAuth2 client id ""GOOGLE_CLIENT_SECRETGoogle OAuth2 client secret ""GOOGLE_CALLBACK_URLGoogle OAuth2 callback url ""