Skip to content

Document securing Eureka replication requests with custom filters#4556

Open
98001yash wants to merge 1 commit intospring-cloud:mainfrom
98001yash:docs/eureka-replication-auth
Open

Document securing Eureka replication requests with custom filters#4556
98001yash wants to merge 1 commit intospring-cloud:mainfrom
98001yash:docs/eureka-replication-auth

Conversation

@98001yash
Copy link
Copy Markdown

This PR adds documentation for securing Eureka replication requests.

Replication requests between Eureka nodes do not pass through standard
Spring Security filters, so authentication mechanisms like OAuth2 token
injection are not applied by default.

This change documents how to use ReplicationClientAdditionalFilters
to customize replication requests and inject authentication headers.

Fixes #4046

Signed-off-by: 98001yash <yashchauhan.gaya@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Oauth token cannot be injected to replica requests for Eureka cluster

2 participants