From 55018bdfe6077246004b46da732e620b0a7817a8 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 16 Dec 2021 14:32:20 -0500 Subject: [PATCH] docs: add v1.2.0 upgrade guide about Nomad UI ACL change for job details page (#11689) --- website/content/docs/upgrade/upgrade-specific.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/content/docs/upgrade/upgrade-specific.mdx b/website/content/docs/upgrade/upgrade-specific.mdx index 90b5a95a2..55dc28971 100644 --- a/website/content/docs/upgrade/upgrade-specific.mdx +++ b/website/content/docs/upgrade/upgrade-specific.mdx @@ -38,6 +38,16 @@ this problem. The Nvidia device is now an external plugin and must be installed separately. Refer to [the Nvidia device plugin's documentation][nvidia] for details. +#### ACL requirements for accessing the job details page in the Nomad UI + +Nomad 1.2.0 introduced a new UI component to display the status of `system` and +`sysbatch` jobs in each client where they are running. This feature makes an +API call to an endpoint that requires `node:read` ACL permission. Tokens used +to access the Nomad UI will need to be updated to include this permission in +order to access a job details page. + +This was an unintended change and will be fixed in a future release. + ## Nomad 1.0.11 and 1.1.5 Enterprise #### Audit log file names