Bryan Marty
Bryan Marty
I think it should be fairly easy to support multiple domains. I do this in production for my sites. I just have multiple domains setup to point to the same...
Alas, this should be easy. However AWS's API Gateway API limits itself to 2 Create Domain API requests per min. :( It can still be done, if a user tries...
Making some decent progress on this. I have manually tested my change with the cert_arn and Lets Encrpyt. Todo: * Manual test manual cert files * Cleanup * Update tests
I also discovered that we are not updating Route53 DNS routes in the Let's Encrypt stuff. I fixed it in my branch.
My branch should fix #762 ,#934, #1141, which are all duplicates.
@jgroszko I don't believe, so, LE functionality right now is tied to the API Gateway's custom domain. The functionality just uses LE and generate a certificate body and key, and...
+1. It can also be a dictionary with a 'keys' field. This matches the json output of what Auth0 provides me at: https://< auth0 domain>.auth0.com/.well-known/jwks.json So I can just parse...
@macisamuele I updated the requirement versions for all my packages in requirements.txt, and it started working. I tried to figure out which bump was the cause, but after spending 20...
So I discovered I have to add a "tag" and "operationId", then reference it by: ``` client..() ``` pretty confusing, not sure if thats documented anywhere. Perhaps we could add...
``` Traceback (most recent call last): File "test_forward.py", line 4, in 'file://localhost/nail/home/bmarty/services/scrubbed/forwarding.json' File "/nail/home/bmarty/pg/scrubbed/virtualenv_run/local/lib/python2.7/site-packages/bravado/client.py", line 110, in from_url return cls.from_spec(spec_dict, spec_url, http_client, config) File "/nail/home/bmarty/pg/scrubbed/virtualenv_run/local/lib/python2.7/site-packages/bravado/client.py", line 129, in from_spec spec_dict,...