Max Bowsher

Results 21 issues of Max Bowsher

**Describe the bug** The Vault OpenAPI generator relies on reverse-engineering path regexps to correctly generate the OpenAPI document. Several regexps used in the new (circa 1.11) PKI secrets engine are...

bug
secret/pki
devex

#17926 has regressed the fix for #12794 in 1.13-dev Meanwhile I've filed #18484 which also concerns use of alternation (the `|` character) in regexes confusing the OpenAPI generator, as well.

bug
core/openapi

Closes #12329 Vault treats all POST or PUT HTTP requests equally - they default to being treated as UpdateOperations, but, if a backend implements an ExistenceCheck function, CreateOperations can be...

Several Vault endpoints spuriously implement CreateOperation and so advertise x-vault-createSupported in OpenAPI, when it is meaningless to do so. This may go unnoticed by the vast majority of users, but...

enhancement
good-first-issue
core/openapi
devex

When you configure Vault with Auto-unseal, you get Recovery Keys. The name itself makes a strong implication that their purpose is to recover Vault when the auto-unseal is down. But...

core/seal
docs/learn

Given this code (using 4.3.1): ``` Handlebars handlebars = new Handlebars(); Template template = handlebars.compile("root"); System.out.println(template.apply(null)); ``` and this `root` template: ``` BEGIN {{~#>partial_test ~}} MIDDLE {{~/partial_test ~}} END ```...

### Module version ``` v1.3.1 ``` ### Relevant provider source code This is the entire source code of a single .go file provider that demonstrates the issues: ```go package main...

bug

https://github.com/actions/stale/blob/main/CHANGELOG.md has not been updated for release v8.0.0. Either it should be updated, or if the project has taken a decision to provide change details only in GitHub releases descriptions,...

bug

### OpenTofu Version ```shell OpenTofu v1.6.2 on linux_amd64 ``` ### OpenTofu Configuration Files ```hcl terraform { backend "s3" { # A configuration using Amazon S3 } } ``` ### Debug...

bug
pending-decision

https://www.consul.io/docs/agent/telemetry#metrics-reference claims "This is a full list of metrics emitted by Consul." but some are missing: * The family of new `consul.acl.*` metrics defined at https://github.com/hashicorp/consul/blob/019aeaa57de97100d57f8ab9c771365b1cfcf7b8/agent/consul/acl_endpoint.go#L33 * `consul.consul.cache.entries_count` defined at...

type/docs
good first issue
theme/telemetry