Nomad: Authentication and Authorization

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!

Hi @sandrotosi,

I believe Nomad’s security model documentation would be the best place for you to start. It details the mechanisms Nomad offers for secure deployments.

Thanks,
jrasell and the Nomad team