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

Future consul version will no longer support deprecated token authentication through query parameter. #845

Open
yapkm01 opened this issue Nov 17, 2024 · 0 comments

Comments

@yapkm01
Copy link

yapkm01 commented Nov 17, 2024

According to the excerpt from HashiCorp site:

Deprecating authentication via token query parameter
Providing a Consul ACL token in API requests using the token query parameter is deprecated and will be removed in a future Consul version. Instead, you should provide the token through the X-Consul-Token header or with the Bearer scheme in the authorization header as described in the API authentication documentation.

Future consul version will only support token authentication through header X-Consul-Token or Bearer scheme.
Is there any plan for Spring Cloud Consul to provide support for this new feature especially using the X-Consul-Token header and when will it be available?
Thanks.

@yapkm01 yapkm01 changed the title Future consul version will no longer support deprecated authentication through query parameter. Future consul version will no longer support deprecated token authentication through query parameter. Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants