Patrick Robinson
Patrick Robinson
We want public zones, not private zones
When we reshard, shards that are Closed should be marked as closed and ignored.
When I try and query a Node that has a DateTime property I get the following error: ``` :0:0: error: DateTime is not supported as a return type in Bolt...
If you misconfigure authentication, say by mis-spelling "GITHUB_ORGANIZATION" or failing to provide this environment variable, then the default is for Samson to allow all Github users to authenticate to it....
While investigating an issue where git clones failed I found no command output was being logged. There's two different classes involved in running commands via the `ensure_tag_in_git_repository` code path where...
As per https://github.com/zendesk/samson/issues/2744 the PATH variable leaks into our jobs and this can impact using rbenv. When samson is launched with `bundle exec puma`, it prepends the directory `/var/www/samson/releases/1/vendor/bundle/ruby/2.5.0/bin` to...
### Current Terraform and Cloudflare provider version Terraform v1.0.6 on darwin_arm64 + provider registry.terraform.io/cloudflare/cloudflare v3.9.1 ### Description `cloudflare_account_member` resource doesn't support the `status` attribute. [This setting supports](https://api.cloudflare.com/#account-members-add-member) automatically accepting that...
This PR creates a failing test to exhibit behaviour found in #57. When an invalid policy document is returned (either because its' incorrect from AWS or we've not decoded it...
#53 makes a change to completely ignore aws-service-roles. This raises an issue when you migrate to 2.3, it tries to create aws-service-roles as they are not "synced". The fix I've...
When using a region alias with an underscore the apply hangs for a long time. Looking at the traceback it's continuously retrying connecting to the CloudFormation API. I suspect that...