cdmikechen commented on issue #1034:
URL: https://github.com/apache/submarine/issues/1034#issuecomment-1371572784
We are working on an operator upgrade. After we upgrade operator to v3, you
can add this envs to CR to support OIDC:
```yaml
spec:
server:
env:
- name: SUBMARINE_AUTH_TYPE
value: oidc
- name: SUBMARINE_AUTH_OIDC_CLIENT_ID
value: "${YOUR_CLIENT_ID}"
- name: SUBMARINE_AUTH_OIDC_CLIENT_SECRET
value: "${YOUR_CLIENT_SECRET}"
- name: SUBMARINE_AUTH_OIDC_DISCOVER_URI
value: "${YOUR_DISCOVER_URI}"
```
--
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]