Juan Carlos Méndez

Results 13 comments of Juan Carlos Méndez

Hi. Looks that the way paver works causes some errors due to Reverse proxys / Load Balancers. I published the docker container on OKD and appeared many errors related to...

> Can't reproduce without a URL/domain name You can reproduce the issue with the following FeatureServer: https://gis3.igac.gov.co/arcgis/rest/services/Catastro/Catastro_service_2019_05/FeatureServer For other applications using python we used this to avoid that problem: https://stackoverflow.com/questions/15445981/how-do-i-disable-the-security-certificate-check-in-python-requests

Hi, any ideas about how to implement that change for the app deployed as a docker container? looks like adding `ENV PYTHONHTTPSVERIFY=0` to the docker file isn't enough.

I added a new parameter GHC_VERIFY_SSL to enable / disable SSL verification for python request calls (get / post) https://github.com/dersteppenwolf/GeoHealthCheck/blob/master/GeoHealthCheck/probe.py#L290 These are the new commits: https://github.com/dersteppenwolf/GeoHealthCheck/commit/1d5a086fc380a09304f70c7392c5179a923e3e4b https://github.com/dersteppenwolf/GeoHealthCheck/commit/f2979bef4d8b7dbe4790535bd02a6fdccdfcc7c8

It sounds like the right way to do it for those organizations that are too strict about security.

Testing with version 3.5: PostgreSQL Flexible appears as 0 but should be 7.

> in the Overview or the PostgreeSQL Flexible sheet is also empty? Both

> Can you check if the resource type of the PostgreeSQL Flexible you have in your environment is: "Microsoft.DBforPostgreSQL/flexibleServers"? > > You can check that in the "JSON View" of...

> @dersteppenwolf > > That is strange. Can you run the script adding the "-Debug" parameter and post the output here? Command: Invoke-ARI -TenantID xxxx -DiagramFullEnvironment -ReportDir “C:\tmp\AzureResourceInventory\” -QuotaUsage -SecurityCenter...