shijl0925 / python-sonarqube-api

Python Client library for interacting with Community, Developer, and Enterprise Editions SonarQube's REST APIs and SonarCloud's REST APIs.
https://python-sonarqube-pro-api.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
133 stars 77 forks source link

Allow certificate verification from Requests #51

Closed crypticraven closed 2 years ago

crypticraven commented 2 years ago

We have a need to validate the certificate from the SonarQube host via the chain we have in the environment. We would like to have the 'verify' option from requests exposed as a variable that can be set in the SonarQube Client.

crypticraven commented 2 years ago

I found that 'verify' is already exposed as needed. I'm closing this issue.