hashi-ui icon indicating copy to clipboard operation
hashi-ui copied to clipboard

A modern user interface for @hashicorp Consul & Nomad

Results 86 hashi-ui issues
Sort by recently updated
recently updated
newest added

So... I just drained a host unintentionally (: I did so, I think, by accidentally double clicking the three dots to bring up the context menu: ![Screen Shot 2021-01-19 at...

This UI element is a bit confusing: ![Screen Shot 2021-01-19 at 15 11 32](https://user-images.githubusercontent.com/33387/105046075-ec26da80-5a68-11eb-8600-1c2474a6a042.png) The ambiguity arrises because its not clear if the checkbox label refers to the current state...

Consider making the binary self-contained as currently fonts and css are still loaded from CDN. When this is deployed in an isolated network with no internet access, the UI will...

Using PROXY_ADDRESS breaks access to hashi-ui directly using http://ip:port address. Reproduce: 1. **Skip setting PROXY_ADDRESS**, configuration: ``` CONSUL_ADDR="http://consul.service.consul:8500" CONSUL_ENABLE="true" CONSUL_READ_ONLY="true" NOMAD_ADDR="http://nomad-servers.service.consul:4646" NOMAD_ENABLE="true" SERVICE_IMAGE="jippi/hashi-ui" SERVICE_VERSION="v1.3.8" NOMAD_READ_ONLY="true" NOMAD_HIDE_ENV_DATA="true" ``` **Result:** hashi-ui reachable...

When using Consul/Nomad ACL:s the logs for hashi-ui print out the tokens in plain text. This should probably be disabled by default and maybe allowed using some variable like SHOW_CREDENTIALS....

We are on `hashi-ui:v1.3.8` and lately noticed when we select `Start Draining (ignore system)` it does not ignore system jobs. It drains every job running on the client. `Nomad: v0.10.5`

Seems to be possibly related to issue #398 HashiUI v1.3.8 Nomad v0.10.3 The file listing has just stopped working in one of our environments and I am unsure why. In...

In my client nomad config, I have: ``` "client": { "enabled": true, "max_kill_timeout": "10m", "meta": { "key_a": "value_a", "key_b": "value_b", "key_c": "", "key_d": "value_d", "key_e": "value_e" }, ``` This results...

bug
help wanted

The nomad-acl-token is being logged at the default logging level of _info_. I think that it makes sense to log other useful info at _info_ level, but secret info like...

It would be incredibly useful to have a page that contains resource allocation and usage summaries, both in text form and as graphs. What would be of interest to see...