CCI-MOC / xdmod-cntr

A project to prototype the use of XDMOD with OpenStack and OpenShift on the MOC
1 stars 5 forks source link

Add xdmod-openshift-prod secret for token required to access prod data #136

Closed tzumainn closed 1 year ago

tzumainn commented 1 year ago

@larsks does this look right? I wasn't sure if I'm supposed to use the same ClusterSecretStore

larsks commented 1 year ago

That looks fine. Because the infra cluster is an "admin only" cluster there is a single ClusterSecretStore that can be used globally for provisioning secrets.

(On the prod cluster, there are only per-namespace SecretStores in specific namespaces.)

larsks commented 1 year ago

@knikolla it looks like you were missing a script in a9eeeaafd006bf7c8c80f6dca72c18a782b19987.

Update Oh, it's just mis-named.

larsks commented 1 year ago

CI errors fixed in #138.

tzumainn commented 1 year ago

@rob-baron thanks! do I need to do anything else to have this merged?