Jamie Lennox

Results 22 issues of Jamie Lennox

I'm connecting to an existing cluster that has ACLs enabled. Going through the documentation the website tells me: ``` For Consul, if ACLs are configured on the cluster, a Consul...

documentation
area/sync

I'm not sure how this would be picked up but if i have: httpretty.register_uri(httpretty.GET, re.compile("http://localhost:5000/.*"), _callback) the port 5000 is not added to the list of POTENTIAL_HTTP_PORTS and so the...

Particularly when using regexps the method is passed as a parameter to the callback function. It'd be really useful if i could have a way of stubbing ALL or a...

It appears in python 2.6 a request is sent in two pieces, the headers and then the body. This is catered for with the parse_requestline and is_parsing_headers handling in sendall()...

Whilst this shouldn't apply all the time if i'm mocking my HTTP traffic then chances are I want all my HTTP traffic mocked. There should be a way to tell...

* Add a new compliance hook for token_request Allow us to modify the request that is sent when a new token is requested. This helps in situations where the standard...

In a docker or container management world the container should not be responsible for maintaining its own log directory. Particularly when this is managed in a cluster situation I want...

enhancement

I'm research how I go about using this plugin and can more or less see that i need to implement a very specific API with specific path structures. Now i'm...

enhancement

We run actions-sync with a service account, the account has permissions on the main actions repo but we also use it for syncing actions for teams. What we tried to...

enhancement
stale

It would have been nice to allow access to original requests request so one could inspect that correct information was provided Launchpad Details: [#LP1564205](https://bugs.launchpad.net/bugs/1564205) kolya - 2016-03-31 03:11:31 +0000