cubewise-code / tm1py

TM1py is a Python package that wraps the TM1 REST API in a simple to use library.
http://tm1py.readthedocs.io/en/latest/
MIT License
188 stars 107 forks source link

Support HTTPS URL on Cognos Dispatcher for CAM SSO #123

Closed MariusWirtz closed 5 years ago

MariusWirtz commented 5 years ago

TM1py needs to support SSO through CAM when the Cognos Dispatcher is adressed through HTTPS.

The TM1Service constructor requires a new optional argument like gateway_verify. The value can be false if no verification is necessary or the path to the appropriate .cer file.

rclapp commented 5 years ago

Works like a charm. SSO will make prod deployment's so much easier.

MariusWirtz commented 5 years ago

Nice one! Thanks for the fix.