vault
vault copied to clipboard
UI api-explorer display exception
Describe the bug UI api-explorer display exception,
To Reproduce Steps to reproduce the behavior:
- Accessing vault console
- Run
api
- 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:
This project uses the vault custom engine and source code deployment. How can I fix it
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?
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.
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 - is this still an issue on a 1.14.x
version of the Vault UI?
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.