WebUI not available
Bug #1876169 reported by
Camille Rodriguez
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vault-charm |
Triaged
|
Wishlist
|
Bartosz Woronicz |
Bug Description
It seems like the vault charm does not include the vault web UI https:/
Changed in vault-charm: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
tags: | added: onboarding |
Changed in vault-charm: | |
assignee: | nobody → mastier1 (mastier1) |
Changed in vault-charm: | |
status: | Triaged → In Progress |
tags: |
added: good-first-bug removed: onboarding |
Changed in vault-charm: | |
status: | In Progress → Triaged |
To post a comment you must log in.
After the research the patch was made as proof-of-concept to enable vault webui (attached)
However it seems that the vault binary we use does not support UI option.
ubuntu@ juju-902b45- 13:~$ curl -L http:// 127.0.0. 1:8200/ ui /www.vaultproje ct.io/downloads .html">Download an official release</a></li>
...
<h1>Vault UI is not available in this binary.</h1>
</div>
<p>To get Vault UI do one of the following:</p>
<ul>
<li><a href="https:/
<li>Run <code>make bin</code> to create your own release binaries.
<li>Run <code>make dev-ui</code> to create a development binary with the UI.
...
So far it seems we must abandon that or keep it in the wishlist.
After resolving there we would need to add relevant functional test to check whether the endpoint runs UI.