Browse Source

Change file permissions on console serving cert

This avoids the console crash looping with system:authenticated is added
to scc/anyuid.
Samuel Padgett 6 years ago
parent
commit
a1ea70c6e0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/openshift_web_console/files/console-template.yaml

+ 2 - 2
roles/openshift_web_console/files/console-template.yaml

@@ -87,11 +87,11 @@ objects:
         volumes:
         volumes:
         - name: serving-cert
         - name: serving-cert
           secret:
           secret:
-            defaultMode: 400
+            defaultMode: 0440
             secretName: webconsole-serving-cert
             secretName: webconsole-serving-cert
         - name: webconsole-config
         - name: webconsole-config
           configMap:
           configMap:
-            defaultMode: 440
+            defaultMode: 0440
             name: webconsole-config
             name: webconsole-config
 
 
 # to create the config for the web console
 # to create the config for the web console