generator-jhipster icon indicating copy to clipboard operation
generator-jhipster copied to clipboard

Consul support uses a deprecated token query parameter

Open mraible opened this issue 1 year ago • 4 comments

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:

[WARN]  agent.http: This request used the token query parameter which is deprecated and will be removed in Consul 1.17: 
logUrl=/v1/catalog/services?token=<hidden>
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.

mraible avatar Jun 26 '23 22:06 mraible