From: Guillaume Abrioux Date: Tue, 3 Nov 2020 12:49:59 +0000 (+0100) Subject: dashboard: enable https by default X-Git-Tag: v5.0.3~29 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=36f550b3b40d9b6f0c554c5c5592fbd992b514ed;p=ceph-ansible.git dashboard: enable https by default see linked bz for details Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1889426 Signed-off-by: Guillaume Abrioux (cherry picked from commit 767d3c898e2d8f7dddb655fd98827d5da8b338e8) --- diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index d2b3b7988..f99365785 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -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 diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 6c43013bd..a0b609ab1 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -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 diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 0e245463e..f9fb3777e 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -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