microsoft / Data-Appliance-GX

Sovereign Data Sharing Appliance/Connector for enterprise scenarios
MIT License
8 stars 7 forks source link

Remove HttpFunctions.createUnsecureClient() from SPI #90

Closed jimmarino closed 3 years ago

jimmarino commented 3 years ago

Putting this in SPI can lead to potentially dangerous side-effects.

Even though this will duplicate code, I think it should be moved up to both the Atlas and NiFi extensions with a deprecation marking. We should then figure out a way to support an HTTPS/zero-trust setup.