Skip to content

Commit

Permalink
fix: update minio config url
Browse files Browse the repository at this point in the history
Fixes nerc-project/operations#848

Fixes SecretStore issue

Signed-off-by: Dheeraj<[email protected]>
  • Loading branch information
dheerajodha committed Dec 6, 2024
1 parent 3730bb9 commit 19a5073
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: ExternalSecret
metadata:
name: dex-clients
spec:
secretStoreRef:
name: nerc-cluster-secrets
kind: ClusterSecretStore
dataFrom:
- extract:
key: nerc-ocp-infra/dex/dex-clients
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: ExternalSecret
metadata:
name: dex-clients
spec:
secretStoreRef:
name: nerc-cluster-secrets
kind: ClusterSecretStore
dataFrom:
- extract:
key: nerc-ocp-obs/dex/dex-clients
2 changes: 1 addition & 1 deletion minio/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- configMapRef:
name: minio-config
optional: true
image: docker.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
ports:
- containerPort: 9000
name: object-storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
name: minio-admin-credentials
namespace: minio
spec:
secretStoreRef:
name: nerc-cluster-secrets
kind: ClusterSecretStore
dataFrom:
- extract:
key: nerc/nerc-ocp-obs/minio/minio-admin-credentials
2 changes: 1 addition & 1 deletion minio/overlays/nerc-ocp-obs/files/minio-config.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation: https://min.io/docs/minio/linux/reference/minio-server/settings/iam/openid.html

MINIO_IDENTITY_OPENID_CONFIG_URL=https://dex-dex.apps.ocp-obs.nerc.mghpcc.org/.well-known/openid-configuration
MINIO_IDENTITY_OPENID_CONFIG_URL=https://dex-dex.apps.obs.nerc.mghpcc.org/.well-known/openid-configuration
MINIO_IDENTITY_OPENID_CLIENT_ID=minio
MINIO_IDENTITY_OPENID_REDIRECT_URI_DYNAMIC=on

Expand Down

0 comments on commit 19a5073

Please sign in to comment.