17 lines
		
	
	
		
			306 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			306 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: config.openshift.io/v1
 | |
| kind: OAuth
 | |
| metadata:
 | |
|   name: cluster
 | |
| spec:
 | |
|   identityProviders:
 | |
|   - name: githubidp
 | |
|     mappingMethod: claim
 | |
|     type: GitHub
 | |
|     github:
 | |
|       clientID: Ov23liRSsXqOfUPVerIx
 | |
|       clientSecret:
 | |
|         name: okd-github-secret
 | |
|       organizations:
 | |
|         - Kheops-org
 | |
| 
 |