You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: