Skip to content
Snippets Groups Projects
Verified Commit 0966a301 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(oauth): Fix proxy secret

The proxy secret wasn't generated properly, it has to be base64 encoded.
Therefore the following command is recommended:

```shell
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1 | base64
```

References:
https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview#generating-a-cookie-secret
parent a19b4551
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment