Rémi REY

Results 18 issues of Rémi REY

Hi, in bot [help page](https://github.com/ansible/ansible/pull/57575) the following can be read for merge conditions on community maintained modules: ``` If you are maintainer of the module or maintainer of a module...

enhancement
governance

# Describe the problem Given the following test: ``` describe google_compute_firewall(project: PROJECT_ID, region: REGION, name: 'allow-ingress-icmp') do it { should exist } its('network') { should eq "https://www.googleapis.com/compute/v1/projects/#{PROJECT_ID}/global/networks/default" } its('priority') {...

Hello there, I'd like to run kube-bench regularly and have the reports made available on a S3 compatible storage (minio). Do you have this feature in your roadmap ?

enhancement
help wanted

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

PR: unreviewed

##### SUMMARY In latest versions of Grafana, the elastic version is no more provided as an integer even if it is still supported and won't return any error. To ease...

PR: unreviewed

##### SUMMARY No method of reproduction was found/provided for #191, as a prevention measure this patch specifies the encoding to use when opening a file to avoid the open function...

PR: unreviewed

##### SUMMARY Integration tests for datasource failed with Grafana 9.1.0. This seems to be a regression in the API endpoint. See https://github.com/grafana/grafana/issues/53995

##### SUMMARY Introduce post create/update datasource test for Prometheus datasource. Refs: #220 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME grafana_datasource.py

PR: unreviewed

Yup, that was exactly the case. Adding UID fixes it. A bit unrelated to this issue is that Grafana replaced notification channels with so called "contact points". Ansible isn't borking...

help_needed