conductor-sdk / conductor-python

Conductor OSS SDK for Python programming language
Apache License 2.0
59 stars 30 forks source link

[iss119] Allow using basic auth URL #120

Closed marcocrasso closed 2 years ago

marcocrasso commented 2 years ago

This PR simply replicates how module requests deals with authenticated URLs.

How to test

One option is to mege https://github.com/conductor-sdk/conductor-python/pull/118 and then rebase and run integration testes against a basic auth URL server.

gardusig commented 2 years ago

Executed integration tests locally, currently unavailable at forked PRs.