-
Notifications
You must be signed in to change notification settings - Fork 799
SslBundle integration with FeignClients #974
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
Comments
Hello @ffroliva, thanks for reporting the issue. Spring Cloud OpenFeign is now in maintenance only mode (we suggest migrating to Spring Interface Clients. We're not adding new features, only working on bugfixes and reviewing small community PRs, so we'll not be including this in the backlog. |
@ffroliva as written above, we won't be working on this, but seeing this is not a big change, let me know if you'd like to create a PR. |
Good to know that openfeign is in maintenance mode. I didn't know before. |
@samuelstein it's been in the docs for quite a long time: https://docs.spring.io/spring-cloud-openfeign/reference/, but you're right. I'll add this to the README as well. |
I know but it is hidden on the first page. A hint on the project page (https://spring.io/projects/spring-cloud-openfeign#overview) would also be useful. |
I agree. I'll add this. |
Recently, in spring-boot 3.1, spring team introduced the
SslBundles
component as a convenient way to configure SSL connection toRestTemplate
andRestClient
.As reference: https://spring.io/blog/2023/06/07/securing-spring-boot-applications-with-ssl
I similar approach would be interesting to exist in the
spring-cloud-openfeign
.I am currently taking the following approach:
application.yml
I proposed approach would be similar to this:
Further reference: https://www.baeldung.com/spring-boot-security-ssl-bundles
The text was updated successfully, but these errors were encountered: