cdmikechen commented on issue #1034:
URL: https://github.com/apache/submarine/issues/1034#issuecomment-1372956031

   @mousumi16 
   This PR is for upgrading operator-v2 to v3. Within submarine, cluster 
configuration is supported based on environment variables (for example, the 
environment variable for `submarine.server.port` is `SUBMARINE_SERVER_PORT`). 
This related PR codes is handled here:
   
   
https://github.com/apache/submarine/blob/9347fe5df6ac0e579df7b75421578eedb5342545/submarine-cloud-v3/controllers/submarine_server.go#L98-L102
   
   We use [pac4j](https://www.pac4j.org/) to handle the authentication of oidc, 
using a method that mainly makes use of a `Filter` to check the token. If you 
want to add your own authentication, you can see if pac4j supports your 
authentication service and add a corresponding filter.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to