nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests |Archive

ampache-role.json (481B)


      1 {
      2     "bound_audiences": [
      3       "vault.in0rdr.ch"
      4     ],
      5     "role_type": "jwt",
      6     "user_claim": "/nomad_job_id",
      7     "user_claim_json_pointer": "true",
      8     "bound_claims_type": "glob",
      9     "claim_mappings": {
     10       "nomad_job_id": "nomad_job_id",
     11       "nomad_namespace": "nomad_namespace",
     12       "nomad_task": "nomad_task"
     13     },
     14     "bound_claims": {
     15       "nomad_job_id": "ampache*",
     16       "nomad_namespace": "default"
     17     },
     18     "token_policies": [
     19       "ampache"
     20     ]
     21 }