Arch Oversight

Results 8 issues of Arch Oversight

### Which version of Elastic are you using? [x] elastic.v7 (for Elasticsearch 7.x) [ ] elastic.v6 (for Elasticsearch 6.x) [ ] elastic.v5 (for Elasticsearch 5.x) [ ] elastic.v3 (for Elasticsearch...

- YubiKey Manager (ykman) version: 4.0.8 - How was it installed?: home-brew - Operating system and version: macOS 12.3.1 - YubiKey model and version: YubiKey 5 NFC (Firmware version: 5.4.2)...

**What happened**: Deployed an IPv6 enabled EKS cluster using https://github.com/terraform-aws-modules/terraform-aws-eks **What you expected to happen**: IPv6 DNS to correctly be set, instead it is using the 172.x.x.x address **How to...

Stale

On FIPS enabled systems keytool would attempt to use the pkcs11 configuration which is in read only mode, and would fail to create the trust store. Bypassing that with the...

Hello, I am using the old upstream project with a pre-commit hook: https://github.com/archoversight/pre-commit-hook-yamlfmt/tree/feature/explicit_end However when I use the following configuration: ``` yaml.indent( mapping=2, sequence=2, offset=2, ) ``` Which I would...

### Terraform Version ```shell latest - feature doesn't exist ``` ### Use Cases Continue applying resources even if some other non-dependent resource failed. Use case: I was making some changes...

enhancement
core

**What would you like to be added**: I would like to be able to add an annotation to the service account that specifies the `AWS_REGION`/`AWS_DEFAULT_REGION` so that I can use...

### Terraform Version ```shell 1.4.6 ``` ### Use Cases Moving large arrays of items is difficult and error prone ### Attempted Solutions ``` dynamic "moved" { for_each = var.somevar content...

enhancement
new