Paul Glass
Paul Glass
Hi @fdr2, this is great work! Thank you. We'd prefer to put the load test code for ECS into our ECS-focused repository: https://github.com/hashicorp/terraform-aws-consul-ecs/ The path forward I'd suggest is: 1....
Adding to this, I'm on OS X (10.15.7) with Python 3.9 and `pyglet==1.5.13` and mouse events seem to frequently get stuck. This is on a 2019 Macbook Air, using the...
No, still seeing the same: ``` $ git clone https://github.com/brennerm/aws-quota-checker.git Cloning into 'aws-quota-checker'... remote: Enumerating objects: 205, done. remote: Counting objects: 100% (205/205), done. remote: Compressing objects: 100% (127/127), done....
Hi @fdr2, thanks for your patience on this! Can you please add a changelog entry that indicates the support for ECS discovery? There are instructions [here](https://github.com/hashicorp/consul/blob/main/docs/contributing/add-a-changelog-entry.md) for including a changelog...
Hi @Sushobhan123, I've implemented a fix for this in https://github.com/hashicorp/consul-k8s/pull/1920 (starting with just the bootstrap token). It's been a little while, but I'm interested in any feedback you might have...
Yep, not all syntax is supported yet: https://github.com/pglass/sqlitis#sql-support-checklist
Can you be more specific about the quotations? Do you mean this, (where all quotes are single quotes)? ```bash $ sqlitis 'select count('typeID'),character_id from skills where active>0 and ('typeID'=3337 or...
First thing is it looks like sqlitis doesn't support commas for joining tables (e.g. `FROM a JOIN b JOIN c` works but `FROM a, b, c` does not). That should...
Hi @qs5779, > That looks good to me, so what is the issue with this? $ sqlitis "SELECT ckey, cval FROM tinfo WHERE ckey = version" select([tinfo.c.ckey, tinfo.c.cval]).where(text('ckey')) There are...
Hi @reskin89! Consul on ECS is in tech preview and does not support deploying a terminating gateway on ECS. I can't commit to a date yet, but it is on...