Nomad Variable in Web UI

After updating Nomad to 1.10.1, I noticed that the “Variable” page was missing from the Web UI.

When I ran nomad var get from the CLI, it output a URL to check in the Web UI, but when I clicked on that page, it redirected me to the top page of the dashboard.

Does this mean that I now have to enable ACL in order to edit Nomad Variables from the Web UI?

Incidentally, I can display and edit variables using the CLI.

The CLI does not use ACL either.

ACL is disabled on the server in the first place.

Hi @rluisr,

I believe the problem you are seeing was caused by a bug in v1.10.1 that has been fixed within v1.10.2.

PR: ui: Handle new token self response object when ACLs are disabled. by jrasell · Pull Request #25881 · hashicorp/nomad · GitHub

Thanks,
jrasell and the Nomad team

Thank you very much.

The problem was resolved after the update!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.