SwissDataScienceCenter / amalthea

A kubernetes operator for spawning and exposing interactive user session servers.
Apache License 2.0
14 stars 4 forks source link

Authentication for registered users #614

Closed olevski closed 1 month ago

olevski commented 1 month ago

In the old amalthea we use oauth2proxy but here we can also use something else but with similar functionality, it does not have to be oauth2proxy.

See here for how to configure oauth2 proxy: https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview/#config-file

It is simplest if we expect the configuration to all be in a single key in the secret that users can reference in the CR.