Skip to content

Commit

Permalink
dashboard: enable https by default
Browse files Browse the repository at this point in the history
see linked bz for details

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1889426

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
  • Loading branch information
guits committed Nov 4, 2020
1 parent 15044da commit 767d3c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion group_vars/all.yml.sample
Expand Up @@ -649,7 +649,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
Expand Down
2 changes: 1 addition & 1 deletion group_vars/rhcs.yml.sample
Expand Up @@ -649,7 +649,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
Expand Down
2 changes: 1 addition & 1 deletion roles/ceph-defaults/defaults/main.yml
Expand Up @@ -641,7 +641,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
Expand Down

0 comments on commit 767d3c8

Please sign in to comment.