Results 8 issues of Joseph Ligier

Hello, My hostnames are of types: -abcdefghhh0001 -ijklmnophhh0001 Common name is hhh0001. Is it possible to regroup: [abcdefg,ijklmno]hhh0001 ? Best regards,

Hello, I began to create a terraform module for huawei cloud: https://github.com/littlejo/terraform-huaweicloud-cce I would like to know if there is one place to find huawei cloud modules. I don't find...

enhancement

If i read: https://fedoraproject.org/wiki/Changes/Deprecate_TCP_wrappers TCP Wrappers is deprecated on redhat. But it's installed: ``` echo "3.3.1 - ensure TCP Wrappers is installed" yum install -y tcp_wrappers ``` Is it a...

## Bug report with cilium-cli, `cluster.name` helm values is generated using context kubeconfig. Example of default context in eks: `arn:aws:eks:us-east-1:123456789:cluster/cluster-name` i'm not sure ":" or "/" is allowed in cluster...

kind/bug

### What happened? I'm trying to create crossplane provider using upjet for my provider: https://github.com/littlejo/terraform-provider-cilium I tried to export two resources: cilium and cilium_hubble But i can't export cilium: ```...

bug

Introduce the `--destination-contexts` option to enhance the flexibility of connecting multiple remote contexts. This feature supports various connection modes (using the `--connection-mode` option): * unicast: configures only the source context...

dont-merge/needs-release-note-label
kind/community-contribution
cilium-cli

### Terraform Version ```shell Terraform v1.9.5 on darwin_amd64 + provider registry.terraform.io/hashicorp/aws v3.76.1 ``` ### Use Cases I would like to check if my module is compatible for the latest provider....

enhancement
new
terraform test

### What This PR adds support for an optional pinned version (`rev_version`) for Aya crates (aya, aya-build, aya-ebpf, aya-log, aya-log-ebpf) in the aya-template. ### Why Previously, the template always pointed...