Jordon Phillips

Results 36 comments of Jordon Phillips

We considered using domain sockets, but those added too much complexity to development both for the client and server as well as requiring the end user to stand up a...

I think what we could really use is a more comprehensive dev guide on how to implement a process provider. There's a few gotchas like this that should be called...

Yeah the verbose bits should probably print to stderr

This is definitely something we're interested in supporting, but I can't give a specific timeline for when it will be ready.

This sounds like a good idea. The user-agent is a pretty common source of metrics and occasionally filtering, so I could see several uses for it.

What version of python are you running? Is your server using a self-signed cert? It's hard to know exactly what part is causing the handshake to fail, but we could...

Supporting providers outside of ADFS and Okta is out of scope for the project right now. We want to make sure that we can test them against a live service,...

If you open up `https://my.company.com/adfs/ls/IdpInitiatedSignOn.aspx?loginToRp=urn:amazon:webservices` in a web browser what do you see? You should see a login form, something like this: ![example](https://user-images.githubusercontent.com/2643092/33575451-8f5546bc-d8f1-11e7-8688-2e17b1dc7f3d.png) Note that you may have to configure...

@AMMullan could you please answer the question I asked @jcwhisman ? If form-based login isn't your default configuration, this will not work as only forms-based login is supported.

That's because `download_file` and `upload_file` are customizations which live in boto3. They call out to one or many requests under the hood. Right now there's not a great story for...