Merge commit 'fe564d72279f4ab061b961dd528623f0ed272667' as 'cluster-config'
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: google-secret
|
||||
namespace: openshift-config
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: doppler-cluster
|
||||
target:
|
||||
name: google-secret
|
||||
data:
|
||||
- secretKey: clientSecret
|
||||
remoteRef:
|
||||
key: GOOGLE_SSO
|
||||
@@ -0,0 +1,24 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1alpha1
|
||||
kind: Component
|
||||
|
||||
resources:
|
||||
- google-client-secret.yaml
|
||||
|
||||
patches:
|
||||
- patch: |-
|
||||
- op: add
|
||||
path: /spec/identityProviders/-
|
||||
value:
|
||||
google:
|
||||
clientID: 853224504221-d1vvbaokui9cnq5ge7pcih1sfl26sq69.apps.googleusercontent.com
|
||||
clientSecret:
|
||||
name: google-secret
|
||||
hostedDomain: redhat.com
|
||||
mappingMethod: claim
|
||||
name: RedHatSSO
|
||||
type: Google
|
||||
target:
|
||||
group: config.openshift.io
|
||||
kind: OAuth
|
||||
name: cluster
|
||||
version: v1
|
||||
@@ -0,0 +1,11 @@
|
||||
- op: add
|
||||
path: /spec/identityProviders/1
|
||||
value:
|
||||
google:
|
||||
clientID: 853224504221-d1vvbaokui9cnq5ge7pcih1sfl26sq69.apps.googleusercontent.com
|
||||
clientSecret:
|
||||
name: google-secret
|
||||
hostedDomain: redhat.com
|
||||
mappingMethod: claim
|
||||
name: RedHatSSO
|
||||
type: Google
|
||||
Reference in New Issue
Block a user