Hello, as we’re progressing with our evaluation of Nomad, we’d like to know how to setup authentication and authorization. So far we’ve been running nomad -dev
which give full access, but we clearly would like to limit who can access Nonad to only a small group of users.
we have AD/LDAP from which we’re like to query for a specific group which will have access to nomad.
Is there a more granular authorization selection? like read-only users, along with full admins, etc?
thanks!