Cédric Servais
Cédric Servais
Following part of the discussion happening in the issue #439.
### Summary The HTTPAPI connection plugin allows to manage remotely a device through API calls which is nice. Yet, the only supported authentication scheme is currently user/password using Basic Authentication,...
##### SUMMARY Fixes https://github.com/ansible-collections/community.general/issues/731 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME python_requirements_info ##### ADDITIONAL INFORMATION * Fixes the issue mentionned earlier * Also allows spaces inside the...
Hello, I've followed the following [article](https://openliberty.io/blog/2020/02/05/docker-open-liberty-raspberry-pi.html) but I couldn't make it work. At first, I got the error that `yum package does not exist` which is quite normal on Raspbian....
How to?
Hello, I've tried to use this lib as a submodules of a project but I can't get some of the dependencies to work due to compiler settings. Is there any...
Hello guys, Do you have any plans to modularize this library with the Java 9 JPMS system ? Regards, Warkdev
S3 backend configuration does not react the same way whether endpoint or endpoints.s3 is specified
### Terraform Version ```shell Terraform v1.9.6 on darwin_amd64 ``` ### Terraform Configuration Files ```terraform terraform { backend "s3" { region = "eu-fr2" skip_region_validation = true skip_credentials_validation = true skip_metadata_api_check =...