Skip to content
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

Add support for authenticating with Consul #66

Open
ketzacoatl opened this issue Apr 17, 2021 · 0 comments
Open

Add support for authenticating with Consul #66

ketzacoatl opened this issue Apr 17, 2021 · 0 comments

Comments

@ketzacoatl
Copy link
Collaborator

See here: https://www.consul.io/api#authentication

image

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant