mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: Something wrong with k8s secrets #847
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @Mika64 on GitHub (Oct 29, 2025).
Where is the problem occurring?
None
What browsers are you seeing the problem on?
No response
Current behavior
I'm trying to enable sso with planka and authentik but something wrong on k8s secrets (need to remove spaces)
Desired behavior
When I put client ID (or OIDC secret) in k8s secrets, there is a space in authentik request
If I put it into env (without secret), there is no space anymore
Steps to reproduce
Other information
No response
@Mika64 commented on GitHub (Oct 29, 2025):
Of course, I missed to say : if I put client ID and/or client secret into k8s secrets, that's not work
If this variables are in "clear", everything work perfectly
@Mika64 commented on GitHub (Dec 29, 2025):
There was an error from base64 generator (copy&paste with a space)