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

Can't choose options when creating PKI role in UI #6544

Closed
adrianNEMO opened this issue Apr 7, 2019 · 2 comments
Closed

Can't choose options when creating PKI role in UI #6544

adrianNEMO opened this issue Apr 7, 2019 · 2 comments

Comments

@adrianNEMO
Copy link

Describe the bug
When I try to crate a PKI role in the UI all of the options are not filled out. I can create roles via the cli no problem, but the UI somehow does not show the inputs.
To Reproduce
Steps to reproduce the behavior:
Follow the steps shown in this Tutotial

Expected behavior
A clear and concise description of what you expected to happen.

Environment:

  • Vault Server Version (retrieve with vault status): 1.1.0
  • Vault CLI Version (retrieve with vault version): v1.1.0
  • Server Operating System/Architecture: Ubuntu 18.04.2 LTS

Vault server configuration file(s):

listener "tcp" {
  address       = "0.0.0.0:8200"
  tls_cert_file = "/etc/vault.d/ssl/vault-server-bundle.pem"
  tls_key_file  = "/etc/vault.d/ssl/vault-server-key.pem"
}

api_addr = "https://****:8200" #dns name

storage "gcs" {
  bucket     = "***"
  ha_enabled = "true"
}

seal "gcpckms" {
  project     = "***"
  region      = "***"
  key_ring    = "***"
  crypto_key  = "***"
}

ui = true

Additional context
screencapture-vault

@evilhamsterman
Copy link

Same here in 1.4.4, running through the learn.hashicorp.com tutorials and ran into this. I can set the values using the API or the CLI but can't set or read them through the UI

@meirish
Copy link
Contributor

meirish commented Apr 13, 2019

Thanks for the report!

This was fixed by #6474 which was included in 1.1.1 that was released yesterday.

@meirish meirish closed this as completed Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants