Skip to content
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

Add support for HTTP headers in Spring Cloud Config Client extension #174

Closed
snowdrop-bot opened this issue Sep 15, 2020 · 0 comments
Closed
Assignees
Labels
7 - Community development upstream/closed The issue has been closed in the upstream repository

Comments

@snowdrop-bot
Copy link
Collaborator

Description
The feature request is to add a new configuration property to support generic HTTP headers that would be used on the HTTP requests from the Spring Cloud config client to the Spring config server. This could be used to pass JWT credentials in an Authorization header, for example.

This is currently part of Spring's own config client implementation, accessible through the following property:
spring.cloud.config.headers

Implementation ideas
In Quarkus, the property name could be:
quarkus.spring-cloud-config.headers

taking a Map<String, String> type, as in the Spring implementation.


quarkusio#12099


$upstream:12099$

@snowdrop-bot snowdrop-bot added 7 - Community development upstream/closed The issue has been closed in the upstream repository labels Sep 15, 2020
@geoand geoand closed this as completed Sep 17, 2020
@snowdrop-bot snowdrop-bot reopened this Sep 17, 2020
@geoand geoand closed this as completed Sep 28, 2020
@snowdrop-bot snowdrop-bot reopened this Sep 28, 2020
@geoand geoand closed this as completed Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7 - Community development upstream/closed The issue has been closed in the upstream repository
Projects
None yet
Development

No branches or pull requests

2 participants