Ryan Eskin

Results 27 issues of Ryan Eskin

I've tested both 0.7.0 as well as 0.7.1, and I tested them as I was experiencing the issue in 0.6.2. It seems ESM slowly eats memory until it crashes. The...

In [this code](https://github.com/Kong/go-kong/blob/c58581e3d04a11c031051c22b3c06c946cdadbf2/kong/rbac_user_service.go#L80) it would be nice to update the func signature to something like: ```go func (s *RBACUserService) Get(ctx context.Context, nameOrID *string, ) (*RBACUser, int, error) { ``` where...

**Issue** I am seeing metrics in datadog for `consul.raft.heartbeat` also including what seems to be a heartbeat ID as part of the metric, for example: `consul.raft.replication.heartbeat.07914c80_085b_bfa1_c1a3_4fae883f18e7.avg` This, according to the...

In the latest release, when using the "version" parameter on `out`/`put` the error: ERRO[0000] invalid payload: json: unknown field "version" Is received, however it is detailed as existing as a...

When a Pull Request is submitted, currently only license signature is verified. As there are currently no `X_text.go` files for running a `go test`, at the very least a pull...

I’d like a flag to properly escape special characters into the environment such as $ and *.

#### Overview of the Issue I'm on Consul 1.13.6 currently, I am using the `connect/ca/configuration` endpoint to reconfigure from using the Vault CA provider, to the Consul Built in. I'm...

type/question
theme/certificates

I wanted to use this module to deploy a terminating Gateway in ECS, however since I'm unable to modify the consul connect command in any way, I can't use this...

SSM Encrypted Parameter ARNs should also be a viable source, and shouldn't require the use of the acl controller as this forces users to commit to using another resource in...

### Terraform Core Version 1.6.6 ### AWS Provider Version 5.49.0 ### Affected Resource(s) aws_acm_certificate resource is provided either a single line escaped string, or a `file()` call to a pem...

bug
service/acm
needs-triage