-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Consul support uses a deprecated token query parameter #22677
Comments
There is also no OIDC support since its an enterprise feature in Consul |
It says the token query parameter is deprecated and will be removed in Consul 1.17. Should we be concerned? |
I added a bug bounty to get this fixed. |
This appears to be an issue with the unmaintained consul-api library used by spring-cloud-consul for http requests. Issue on spring-cloud-consul |
Should this be worked on or already done? @mraible |
This is still an issue as far as I know. |
Assign this to me, I will take a look at it @mraible |
@BrayanMnz Done! |
Overview of the issue
I created a microservices architecture using my Micro Frontends demo script today and noticed there are a lot of deprecation warnings from Consul:
Motivation for or Use Case
It'd be nice if there weren't deprecation warnings in log files.
Reproduce the error
Following my demo script and you'll see the warnings after you start the full stack with
docker compose up
.JHipster Version(s)
main
branch as of June 26, 2023.The text was updated successfully, but these errors were encountered: