-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Adding minio with dex auth to nerc-ocp-obs cluster #616
Conversation
Signed-off-by: Dheeraj<[email protected]>
@dheerajodha Looking good! Let's include a PVC patch like this for |
Signed-off-by: Dheeraj<[email protected]>
Hey @computate, I've added the PVC patch in my latest commit, PTAL. |
Excellent @dheerajodha , one more change we should add in the obs cluster dex ConfigMap here. Can you please add these 2 additional - id: minio
name: MinIO
redirectURIs:
- https://minio-console-minio.apps.obs.nerc.mghpcc.org/oauth_callback
- https://minio-minio.apps.obs.nerc.mghpcc.org/oauth_callback
secretEnv: MINIO_IDENTITY_OPENID_CLIENT_SECRET
- id: ai-telemetry
name: AI Telemetry
redirectURIs:
- https://keycloak.apps.obs.nerc.mghpcc.org/realms/NERC/broker/OpenShift/endpoint
secretEnv: AI_TELEMETRY_AUTH_SECRET |
I have also added a |
Signed-off-by: Dheeraj<[email protected]>
Thank you @computate for the explanation, this makes sense! I've added the 2 staticClients. PTAL |
8835a23
to
0e6d001
Compare
Fixes nerc-project/operations#848 Fixes SecretStore issue Signed-off-by: Dheeraj<[email protected]>
0e6d001
to
19a5073
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work with all these fixes!
Adding support for object stores in the nerc-ocp-obs cluster with authentication