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

Replace deprecated token query param by X-Consul-Token header #81

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

mbrulatout
Copy link
Contributor

@mbrulatout mbrulatout commented Aug 27, 2024

Fix a pretty rare docker start flakyness by retrying a few times if required.

?token= query param is deprecated. It should have been removed in consul 1.17.
While it's still properly handled as of 1.18 at least, we should now use X-Consul-Token header

This overrides a previous PR #51

Mathias Brulatout added 2 commits August 27, 2024 10:49
The token parameter throws a warning. It should have been
removed in Consul 1.17, but somehow it's still supported.
@mbrulatout mbrulatout merged commit e2b1dbb into master Aug 28, 2024
10 checks passed
@mbrulatout mbrulatout deleted the http_headers branch August 28, 2024 13:50
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

Successfully merging this pull request may close these issues.

2 participants