Paul Glass
Paul Glass
This seems to be checking the current number of instances, when it should be checking the number of vCPUs: ``` $ aws-quota-checker check 'ec2_on_demand_standard_count' AWS profile: default | AWS region:...
Hi, I'm seeing my stubs/mocks of methods revert to the original methods inside of `finally` blocks. For example, - Mock a method `bar`, with an expectation - The expectation fails...
Blocks #22 If we try `sqlitis 'select t.name from foo t'`, it could do two things, 1. Resolve table aliases: It would return `select([foo.c.name])`. This would mean maintaining a dict...
sqlitis does not recognize that an unqualified column in a where clause belongs to a particular table, especially when only one table is involved in the query. Current behavior, ```...
### Description The changes agent anti-entropy syncs to only use agent token for deregistration of services and checks. The previous behavior had the agent attempt to use the "service" token...
### Description This adds a "Policy Examples" doc page to start to centralize common ACL configuration. ### PR Checklist * [ ] updated test coverage * [x] external facing docs...
* Switch bootstrap config file from a named Unix pipe to a tempfile, since there shouldn't be anything sensitive in the bootstrap config file * Remove `x-consul-token` from the bootstrap...
## Changes proposed in this PR: Code we can use to cleanup resources in AWS. Resources are filtered in a few ways (where possible): * Resources whose name contains `consul-ecs`...