I have ACL’s enabled and am using a token with the following policy assigned…
namespace “ABC” {
policy = “read”
capabilities = [“submit-job”, “read-logs”, “read-fs”]
}
When I click on the 'files button within the allocation for a job in namespace ABC, I am greeted with a not authorized error. This works fine using the master token.
Am I missing a policy capability to allow for thee viewing of the stderr, stdout log files under the allocation files section?
Thank you,
Jonathan