spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
808 stars 540 forks source link

Kubernetes authentication #742

Open wesam80 opened 2 years ago

wesam80 commented 2 years ago

According to this documentation, applications are expected to login to acquire a token. This is an additional step that requires changing the applications' logic.

It would be great to have a solution similar to how it is implemented in spring-cloud-vault

Could we have this feature anytime soon?

Thanks