dariopb / traefikServiceFabricPlugin

Traefik 2.x Service Fabric Provider Plugin
MIT License
8 stars 6 forks source link

Configurable SF API version and cluster auth certificate trust #15

Closed nokjuh closed 2 years ago

nokjuh commented 2 years ago

Made it possible to configure Service Fabric API version used by Traefik plugin. Default is still 3.0, while current newest Service Fabric release is 8.2.

Also it is possible to choose not to trust insecure Service Fabric cluster authentication certificate. Default is still true, to trust insecure certificates.

This functionality matches the functionality of Traefik 1.7 Service Fabric plugin.

Verified that the API version in Traefik calls changes and that insecure certificate is not trusted, when settings are changed.