Skip to content

A secure installation of the unleash server for feature flags management

License

Notifications You must be signed in to change notification settings

Around25/secure-unleash-server

Repository files navigation

Secure Unleash Server

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:

  • PORT Port on which to start the server on. Defaults to 80
  • AUTH_TYPE Authentication type for the admin area. Defaults to "google"
  • SESSION_SECRET Secret used to encrypt admin cookie. Defaults to "UNLEASH-SECRET"
  • DATABASE_URL Database url. Defaults to: ""
  • GOOGLE_CLIENT_ID Google OAuth2 client id ""
  • GOOGLE_CLIENT_SECRET Google OAuth2 client secret ""
  • GOOGLE_CALLBACK_URL Google OAuth2 callback url ""

About

A secure installation of the unleash server for feature flags management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published