소스 검색

Don't set OAUTH_CLIENT_ID in console OAuth secret

This value is not needed and also not passed as a parameter to the
template. Remove it from the `console-oauth-config` secret.
Samuel Padgett 6 년 전
부모
커밋
ba58de4fce
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      roles/openshift_console/files/console-template.yaml

+ 0 - 1
roles/openshift_console/files/console-template.yaml

@@ -148,7 +148,6 @@ objects:
     labels:
     labels:
       app: openshift-console
       app: openshift-console
   stringData:
   stringData:
-    clientID: ${OAUTH_CLIENT_ID}
     clientSecret: ${OAUTH_SECRET}
     clientSecret: ${OAUTH_SECRET}
 
 
 # to be able to assign powers to the process
 # to be able to assign powers to the process