Skip to content

Support cert based authentication for eureka server  #3793

Description

@jialindai

Is your feature request related to a problem? Please describe.
eureka server can be set up by request client cert:

  • server.ssl.enabled=true
  • server.ssl.client-auth=need

Ideally the spring cloud eureka client library should support the cert based authentication by some configuration.

Describe the solution you'd like
Currently the cert based authentication is supported in Azure Spring Cloud client lib via following properties:

  • eureka.client.tls.enabled
  • eureka.client.tls.key-store
  • eureka.client.tls.key-store-password
  • eureka.client.tls.key-password

Wondering if this implementation can be ported into spring cloud eureka client.

The source code of Azure Spring Cloud client lib can be found at: https://repo1.maven.org/maven2/com/microsoft/azure/spring-cloud-starter-azure-spring-cloud-client/2.2.0/spring-cloud-starter-azure-spring-cloud-client-2.2.0-sources.jar

Describe alternatives you've considered
N/A

Additional context
N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions