Sfoglia il codice sorgente

Change file permissions on console serving cert

This avoids the console crash looping with system:authenticated is added
to scc/anyuid.
Samuel Padgett 6 anni fa
parent
commit
a1ea70c6e0
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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:
         - name: serving-cert
           secret:
-            defaultMode: 400
+            defaultMode: 0440
             secretName: webconsole-serving-cert
         - name: webconsole-config
           configMap:
-            defaultMode: 440
+            defaultMode: 0440
             name: webconsole-config
 
 # to create the config for the web console