vault icon indicating copy to clipboard operation
vault copied to clipboard

UI api-explorer display exception

Open 2775468731 opened this issue 1 year ago • 5 comments

Describe the bug UI api-explorer display exception,

To Reproduce Steps to reproduce the behavior:

  1. Accessing vault console
  2. Run api
  3. See error

Expected behavior ui display exception

Environment:

  • Vault Server Version (retrieve with vault status): 1.13.2
  • Vault CLI Version (retrieve with vault version): 1.13.2
  • Server Operating System/Architecture: centos 7

Vault server configuration file(s):

# Paste your Vault config here.
# Be sure to scrub any sensitive values
ui = true
disable_mlock = true

storage "raft" {
   path    = "/opt/vault/raft/"
   node_id = ""
}

listener "tcp" {
  address       = "[::]:8200"
  cluster_address = "[::]:8201"
  tls_disable = "true"
}

api_addr = "http://127.0.0.1:8200"
cluster_addr = "http://127.0.0.1:8201"

Additional context Add any other context about the problem here.

error screenshot: image

2775468731 avatar Nov 23 '23 08:11 2775468731

This project uses the vault custom engine and source code deployment. How can I fix it

2775468731 avatar Nov 23 '23 08:11 2775468731

Hi @2775468731, I am not able to reproduce this UI error on 1.13.2 or any later versions. What browser and version of the browser are you using?

miagilepner avatar Nov 27 '23 12:11 miagilepner

A related note: the swagger/OpenAPI styling was updated due to a package upgrade. That change was backported to 1.14.7. However, similar to @miagilepner I am unable to reproduce your error.

Monkeychip avatar Nov 30 '23 17:11 Monkeychip

Hi @2775468731, I am not able to reproduce this UI error on 1.13.2 or any later versions. What browser and version of the browser are you using? I have used Google and Edge browsers, and the phenomenon is the same. I suspect its appearance is related to my use of source code deployment and the use of cloud resource components.

2775468731 avatar Dec 06 '23 10:12 2775468731

@2775468731 - is this still an issue on a 1.14.x version of the Vault UI?

hellobontempo avatar May 07 '24 17:05 hellobontempo

Due to the issue age and quiescence, I'm going to go ahead and close it now. Please feel free to re-open as needed, or visit our Discuss forums for community support.

heatherezell avatar May 13 '24 19:05 heatherezell