Matthieu Berthomé

Results 16 issues of Matthieu Berthomé

As part of introducing multiple schema inclusion/exclusion in migra, I think this could be an addition: The get_inspector call can now receive schema/exclude_schema as a list, keeping the backward compatibility...

I wanted to proxy the calls to DigitalOcean API made for dns ACME challenge, and the go-acme/lego `digitalocean` provider has hardcoded https://api.digitalocean.com, this PR should handle that hopefully.

area/dnsprovider

I tried to enter my master password in the web extension unsuccessfully a few times before I noticed caps lock was on, it would be a nice enhancement to show...

The fluent-bit operator setup YAML (the version I got, at https://raw.githubusercontent.com/kubesphere/fluentbit-operator/release-0.8/manifests/setup/setup.yaml) includes the status field in the resources: ``` status: acceptedNames: kind: "" plural: "" conditions: [] storedVersions: [] ```...

for private networks resources `ovh_cloud_project_network_private`, the openstackId of the network in a given region is given by the API, but not exposed by the terraform provider. https://eu.api.ovh.com/console/#/cloud/project/%7BserviceName%7D/network/private#GET `regions` is a...

0.22.0

Hi, it seems to me the kubeconfig attribute of the ovh_cloud_project_kube is not fetched from the API, only fetched once at the resource creation. If the kubeconfig is compromised therefore...

In the docs, it's said we can omit the version parameter, but ``` resource "ovh_cloud_project_kube" "cluster" { service_name = var.ovh_project name = "kube-cluster" region = var.ovh_region } ``` gives us...

Hi, we're trying out the nrf52840-mdk boards for www.iot-lab.info , and we're running into some weird USB issues. We're trying to connect the mdks to an embedded computer. Our boards...

I tried the new ovh_cloud_project_kube_nodepool terraform thing, but it didn't work, and looking at the trace logs, the problem seems that go-ovh (or a library it uses) adds a `Accept-Encoding:...

cf #53 Adding Accept-Encoding header seems to work, I could do a POST on `/1.0/cloud/project/***/kube/***/nodepool` to create and attach a nodepool to a cluster programmatically. This particular endpoint seems finicky...