hashicorp / nomad

Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
https://www.nomadproject.io/
Other
14.83k stars 1.95k forks source link

Allow namespace application in web UI #18583

Open wizpresso-steve-cy-fan opened 1 year ago

wizpresso-steve-cy-fan commented 1 year ago

Proposal

Add a button and a pop-up form in the Nomad web UI to apply a namespace. This would be a very useful feature for most people.

Use-cases

Most of our team use the web UI to communicate with Nomad so we are not likely to use the CLI to make namespaces. So we want to have an assistant in the web UI for that.

Attempted Solutions

There doesn't seem to have a way to create namespaces in web UI besides from performing REST call or using the CLI

philrenaud commented 1 year ago

Hi @wizpresso-steve-cy-fan — this is a good suggestion, and thanks for making it. Look for some general access management changes coming soon in the UI; this might be a good natural extension of that.

mikenomitch commented 1 year ago

I think there's a good chance we add some backend namespace updates in 1.8 too, so this would be a natural time to improve the UI around them as well.