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
We can include the Consul Token for authentication by either adding the X-Consul-Token header or Bearer scheme Authorization header (Authorization: Bearer).
We'll need functions for accepting and updating the token to use with the consul client. We'll also want this token to be optional (though highly encouraged, it's not required).
The text was updated successfully, but these errors were encountered:
See here: https://www.consul.io/api#authentication
We can include the Consul Token for authentication by either adding the
X-Consul-Token
header or Bearer scheme Authorization header (Authorization: Bearer
).We'll need functions for accepting and updating the token to use with the consul client. We'll also want this token to be optional (though highly encouraged, it's not required).
The text was updated successfully, but these errors were encountered: