Skip to content

Commit

Permalink
show outage banner flag (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Aug 22, 2023
1 parent f91bced commit 0526e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/console/defaults/main/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ console_show_azure_login: false
console_debug_mode: true

console_email_consent: false
console_show_outage_banner: false

console_ingress_dns: console.{{ metal_stack_cloud_ingress_dns }}
console_ingress_tls_enabled: false
Expand Down
1 change: 1 addition & 0 deletions roles/console/templates/console-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ window.USER_ADMITTANCE = {{ metal_stack_cloud_user_admittance | lower }}
window.ACTIVATE_AZURE = {{ console_show_azure_login | lower }}
window.DEBUG = {{ console_debug_mode | lower }}
window.EMAIL_CONSENT = {{ console_email_consent | lower }}
window.SHOW_OUTAGE_BANNER = {{ console_show_outage_banner | lower }}
{% if console_open_auth_test %}
window.OPEN_AUTH_TEST = true
window.AUTH_TEST = "{{ console_api_auth_test_callback_url }}"
Expand Down

0 comments on commit 0526e2b

Please sign in to comment.