* website/integrations: all: install -> installation * fix for new integr Signed-off-by: 4d62 <git@sdko.org> --------- Signed-off-by: 4d62 <git@sdko.org>
1.7 KiB
1.7 KiB
title, sidebar_label
| title | sidebar_label |
|---|---|
| Integrate with What's Up Docker | What's Up Docker |
What's Up Docker
Support level: Community
What is What's Up Docker
What's Up Docker (WUD) is an easy-to-use tool that alerts you whenever a new version of your Docker containers is released.
Preparation
The following placeholders are used in this guide:
wud.companyis the FQDN of the WUD installation.authentik.companyis the FQDN of the authentik installation.
WUD configuration
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.
authentik configuration
- Access the Admin Interface in on your authentik installation.
- Create a new OAuth2 / OpenID Provider.
- Note the generated Client ID and Client Secret.
- In the provider settings, add this redirect URL under Redirect URIs/Origins (RegEx):
https://wud.company/auth/oidc/authentik/cb - Ensure the
email,openid, andprofilescopes are selected under Advanced protocol settings. - Click Finish to save the provider configuration.
- Create a new application associated with this provider.
Once completed, What's Up Docker should be successfully configured to use authentik as its Single Sign-On SSO provider.