You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
Trying to use your sdk. In my case before I created my own client with Authorization header user/pass
and was able to use your api Now using your sdk in NomadApiConfiguration it accepts token, where do I set Auth header? since I do not have token?
The text was updated successfully, but these errors were encountered:
@alexanderm2018 , to my knowledge, Nomad has never taken Basic (user/pass) authorization. when using the SDK, you have the option (on the client or on a per-method basis) to pass a token, which will be passed using the X-Nomad-Token header (per https://www.nomadproject.io/guides/security/acl.html). Instructions on ACLs and how to get a token are available at that link as well.
I'm having similar issues. We have reverse proxy setup to protect nomad, and the reverse proxy uses basic auth for authentication. I'm using a custom HttpClient as a workaround, but it'd be nice if we could add custom HTTP headers.
Trying to use your sdk. In my case before I created my own client with Authorization header user/pass
and was able to use your api Now using your sdk in NomadApiConfiguration it accepts token, where do I set Auth header? since I do not have token?
The text was updated successfully, but these errors were encountered: