SwissDataScienceCenter / renku-gateway

Gateway between the renku UI and the various renku backend services
https://renkulab.io
Apache License 2.0
6 stars 3 forks source link

Consider signing sessions #728

Open leafty opened 4 weeks ago

leafty commented 4 weeks ago

Currently sessions are restored by trusting the cookie from the browser. And the session IDs are printed in the logs, which means the sessions can be copied by admins having access to the gateway logs.

Suggestion:

leafty commented 2 weeks ago

Use: https://pkg.go.dev/github.com/gorilla/securecookie@v1.1.2.