website/integrations/monitoring/whats-up-docker/index.md
What's Up Docker (WUD) is an easy-to-use tool that alerts you whenever a new version of your Docker containers is released.
The following placeholders are used in this guide:
wud.company is the FQDN of the WUD installation.authentik.company is the FQDN of the authentik installation.:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
To support the integration of What's Up Docker with authentik, you need to create an application/provider pair in authentik.
Strict redirect URI to https://wud.company/auth/oidc/authentik/cb.To configure WUD to use authentik, add the following values to your .env file:
WUD_AUTH_OIDC_AUTHENTIK_CLIENTID=<Your Client ID>
WUD_AUTH_OIDC_AUTHENTIK_CLIENTSECRET=<Your Client Secret>
WUD_AUTH_OIDC_AUTHENTIK_DISCOVERY=https://authentik.company/application/o/wud/.well-known/openid-configuration
WUD_AUTH_OIDC_AUTHENTIK_REDIRECT=true # Set to true to skip internal login page
After making these changes, restart your Docker containers to apply the new configuration.
Once completed, What's Up Docker should be successfully configured to use authentik as its Single Sign-On provider.