skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
584 stars 72 forks source link

Configure oauth proxy cookie secret #1521

Closed c-kruse closed 3 months ago

c-kruse commented 3 months ago

The oauth-proxy uses the cookie secret as a key to sign and validate session cookies. This change generates a random 32 byte key and stores it in the skupper-console-session secret to be used by the proxy for this purpose.

Signed-off-by: Christian Kruse christian@c-kruse.com