Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login page UI broken on Safari #26311

Open
Aransh opened this issue Apr 9, 2024 · 0 comments
Open

Login page UI broken on Safari #26311

Aransh opened this issue Apr 9, 2024 · 0 comments
Labels
bug Used to indicate a potential bug ui

Comments

@Aransh
Copy link

Aransh commented Apr 9, 2024

Describe the bug
The vault login page UI appears broken and squashed when using Safari (looks fine on Chrome for example), happens every time

To Reproduce
Steps to reproduce the behavior:

  1. Open vault login page on Safari
  2. behold:
    image
    Can also scroll up a bit and see the vault logo is on the middle
    image
    And as I mentioned, all good on Chrome
    image

Expected behavior
Expect the UI to appear properly and consistently across browsers.

Environment:

  • Vault Server Version (retrieve with vault status): 1.14.0
  • Vault CLI Version (retrieve with vault version): 1.15.6
  • Server Operating System/Architecture: k8s 1.27 on LKE (Linode)

Vault server configuration file(s):

ui = true
listener "tcp" {
   tls_disable = 0
   address = "[::]:8200"
   cluster_address = "[::]:8201"
   tls_cert_file = "/vault/vault-ha-tls/vault.crt"
   tls_key_file  = "/vault/vault-ha-tls/vault.key"
   tls_client_ca_file = "/vault/vault-ha-tls/vault.ca"
   telemetry {
      unauthenticated_metrics_access = "true"
   }
}
storage "raft" {
   path = "/vault/data"
}
disable_mlock = true
service_registration "kubernetes" {}
telemetry {
   prometheus_retention_time = "30s"
   disable_hostname = true
}

Additional context
Was not happening on previous versions of Vault, not sure which one this started on though

@hsimon-hashicorp hsimon-hashicorp added bug Used to indicate a potential bug ui labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to indicate a potential bug ui
Projects
None yet
Development

No branches or pull requests

2 participants