-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle NOMAD_TOKEN automatically #110
Comments
Is there a workaround for this currently? Trying to test out a new pack and I'm just getting 403's when I attempt to plan.
|
Hey @rigrassm, sorry there is no workaround for this now. It was just a silly miss on our end since we were developing against our non-ACLed test clusters for the most part. It should be trivial to fix though, so we should be able to push a fix early next week. If you want to test out the pack code, you could use the render function then manually write that to a file and submit it to Nomad via the standard CLI. Obviously that's not a good flow long term, but it can help you check that everything is valid until we merge the fix. |
@mikenomitch No worries, I just went ahead and ran |
When taking an action on a cluster (ie 'nomad-pack run'), it should automatically use NOMAD_TOKEN to auth the request.
The text was updated successfully, but these errors were encountered: