spring-cloud / spring-cloud-gateway

An API Gateway built on Spring Framework and Spring Boot providing routing and more.
http://cloud.spring.io
Apache License 2.0
4.55k stars 3.33k forks source link

Adds sslBundle as an option to configure HttpClient #3551

Closed niemannd closed 6 days ago

niemannd commented 1 month ago

This change adds an option to configure the HttpClient with an SslBundle.

There is still the case of the specified bundle name not being a configured ssl bundle. At the moment the code just ignores it but thats probaby a nightmare to debug. Whats your prefered way to handle this?

Also, this PR does NOT implement support for the reload feature.

Fixes gh-2981

spencergibb commented 6 days ago

Closed via 0600b4d268435ee4eb8629c5a8bc50b4f7227586.

See 53310ab35f405a8842ae1a6fcd49320b7fe8c3d4 for polishing

Thanks, @niemannd, for your first contribution!