Add logviewer OAuth2 provider/application and akP-logviewer-admin permission #21
Reference in New Issue
Block a user
Delete Branch "benvin/logviewer-oidc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The ClickHouse log UI (logviewer) is being exposed at https://logviewer.unkin.net behind oauth2-proxy in the
loggingnamespace; this adds the Authentik side as the prerequisite, mirroring the traefik onboarding.config/providers_oauth2/logviewer.yaml: confidential client,client_idlogviewer, secret read from Vault kvkubernetes/namespace/logging/default/oauth-credentials(seeded out of band), openid/email/profile scopes (ak_groups is attached to every oauth2 provider by the module), strict redirect URIhttps://logviewer.unkin.net/oauth2/callback.config/permissions/akP-logviewer-admin.yamlbound to the logviewer application.akP-logviewer-adminunderakR-global-adminper convention.