Skip to content

Instantly share code, notes, and snippets.

View gitrgoliveira's full-sized avatar
💭
I may be slow to respond.

Ricardo Oliveira gitrgoliveira

💭
I may be slow to respond.
  • Hashicorp
  • UK
  • 17:15 (UTC +01:00)
View GitHub Profile
@gitrgoliveira
gitrgoliveira / nomad_sentinel_demo.sh
Last active October 2, 2023 21:19
Nomad Enterprise Sentinel Testing
nomad agent -dev -bind 0.0.0.0 -acl-enabled >nomad-server.log &
sleep 5
nomad acl bootstrap -json > bootstrap.json
export NOMAD_TOKEN=$(jq -r .SecretID bootstrap.json)
# creating a namespace and quota
nomad namespace apply -description "QA instances of webservers" web-qa
nomad quota init
nomad quota apply spec.hcl