Burgyn / MMLib.SwaggerForOcelot

This repo contains swagger extension for ocelot.
MIT License
352 stars 94 forks source link

ExpandConfig now respects DangerousAcceptAnyServerCertificateValidator #274

Closed jhines-sf closed 1 year ago

jhines-sf commented 1 year ago

When a versioned route is expanded to each individual version, the DangerousAcceptAnyServerCertificateValidator property was not being properly respected. This meant that downstream Swagger routes that used self-signed certificates were not functioning properly.

This pull request should resolve that by ensuring that the property is correctly copied in the ExpandConfig method.

update-docs[bot] commented 1 year ago

Thanks for opening this pull request! If you have implemented new functions, write about them in the readme file.

Burgyn commented 1 year ago

Hi @jhines-sf,

thanks for your contribution. Your changes will be released in a few minutes.