]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
dashboard: enable https by default
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 3 Nov 2020 12:49:59 +0000 (13:49 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 4 Nov 2020 16:02:05 +0000 (11:02 -0500)
see linked bz for details

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1889426
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 767d3c898e2d8f7dddb655fd98827d5da8b338e8)

group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index d2b3b79883639fb54462304f0d3316707c2d88f5..f993657857e84b0c949678af4966bcd98f8be4bf 100644 (file)
@@ -646,7 +646,7 @@ dummy:
 # For https, you should set dashboard.crt/key and grafana.crt/key
 # If you define the dashboard_crt and dashboard_key variables, but leave them as '',
 # then we will autogenerate a cert and keyfile
-#dashboard_protocol: http
+#dashboard_protocol: https
 #dashboard_port: 8443
 #dashboard_admin_user: admin
 #dashboard_admin_user_ro: false
index 6c43013bd6f56cfd5d3fd7101d2ebde567bcbf99..a0b609ab1fc8cbb690f8e6419e9a2bd04e8ef2a6 100644 (file)
@@ -646,7 +646,7 @@ ceph_docker_registry_auth: true
 # For https, you should set dashboard.crt/key and grafana.crt/key
 # If you define the dashboard_crt and dashboard_key variables, but leave them as '',
 # then we will autogenerate a cert and keyfile
-#dashboard_protocol: http
+#dashboard_protocol: https
 #dashboard_port: 8443
 #dashboard_admin_user: admin
 #dashboard_admin_user_ro: false
index 0e245463ebf91699103f26cdfbc4ecad88c6be38..f9fb3777e49f0b268f4cc61d0a03fb29c314c8f9 100644 (file)
@@ -638,7 +638,7 @@ dashboard_enabled: True
 # For https, you should set dashboard.crt/key and grafana.crt/key
 # If you define the dashboard_crt and dashboard_key variables, but leave them as '',
 # then we will autogenerate a cert and keyfile
-dashboard_protocol: http
+dashboard_protocol: https
 dashboard_port: 8443
 dashboard_admin_user: admin
 dashboard_admin_user_ro: false