Pablo Escobar Lopez
Pablo Escobar Lopez
This PR allows to define a new var `check_mk_agent_validate_api_ssl_certs: false` so the ssl certificates of the check_mk server are not verified. This is required when the check_mk server is using...
Hi, During my first tests I tried `request_floating_ip=True` because I am running my management machine outside the cloud so I need a public ip to be able to access the...
Hi, I am testing in a check_mk installation with a self-signed SSL certificate and I was getting this error: `raise URLError(err)urllib.error.URLError: ` The crash happens here : https://github.com/brennerm/check-mk-web-api/blob/master/check_mk_web_api/__init__.py#L142-L145 In a...
Now the tests can be skipped for a whole easyconfig. For easyconfigs like Perl it would be nice to have the possibility to skip the test just for one of...
I have built a [LibBI singularity container](https://github.com/pescobar/singularity-libbi-gpu) for a user in our cluster and she was hitting this error when using it: ``` $> libbi sample --model-file SIS.bi Error: make...
I have realized that the provider is not defining the right `parentId` for the realm components when creating new realms. I tested it with keycloak 19.0.3 and 20.0.3. You can...