Eric Norris
Eric Norris
Per: https://github.com/Kevinrob/guzzle-cache-middleware/blob/e1430d9f7e10f6b0998be6195541d4449079b6e9/src/Strategy/PrivateCacheStrategy.php#L33-L45 and: https://github.com/Kevinrob/guzzle-cache-middleware/blob/e1430d9f7e10f6b0998be6195541d4449079b6e9/src/Strategy/PrivateCacheStrategy.php#L66-L69 ...the caching middleware does not cache a `201` response. I believe this is not compliant with the RFC on caching, and should in fact be cached...
Without having CURLOPT_TIMEOUT set, any application using this library can build up a large number of open connections if S3 starts having issues. It seems reasonable to have a default...
#### Terraform Cloud/Enterprise version Terraform Cloud #### Terraform version ```plaintext Terraform v0.15.5 on darwin_amd64 ``` #### Terraform Configuration Files ```terraform data "tfe_team" "team_lookup" { for_each = to_set(var.some_list) organization = "some-organization"...
This is a proof-of-concept PR following https://github.com/okta/okta-sdk-golang/pull/319 that demonstrates the ability to configure the provider with a pre-signed JWT. I've left some context in that PR that I will duplicate...
# Context At Etsy, we've gone all-in on using this repository and the philosophy it represents (which we call the "Facebook pattern"), and have been working on refactoring our Chef...
## Description This PR fixes a bug where the `template_hash_handler` in `fb_apache` silently skips over `Array` values. Now these values are rendered as if they were in the top-level `VirtualHost`...
#### Feature Description I believe the [Node Identities](https://developer.hashicorp.com/consul/docs/security/acl#node-identities) feature currently has the following template for generated policies: https://github.com/hashicorp/consul/blob/f16c5d87abc5a0c81e9cfc918e15c0b7b6da5f06/agent/structs/acl_oss.go#L34-L50 I'd like to request that this include the `session:write` permission for the...
## Description After #10345, it is possible to use `lazy` in node attributes and they are "un-lazied" when accessed. Unfortunately there are some cases where cookbooks may access attributes in...
### Describe the Enhancement: When using `only_if` / `not_if` with a `String`, i.e. passing in a command instead of Ruby code, it does not appear easily possible to lazily evaluate...
Per #225, filing an additional ticket for this feature request. Thanks again! **Is your feature request related to a problem? Please describe.** The [SysVCacheItemPool](https://github.com/googleapis/google-auth-library-php/blob/master/src/Cache/SysVCacheItemPool.php) class points out that calling code...