Kyle Larose

Results 12 issues of Kyle Larose

## Expected Behavior An important part of kubernetes is the idea of eventual consistency. If a document is applied to the cluster, the state it describes may not take effect...

enhancement

It would be nice if pysaml2 could support certificate chains for the various certificates it uses. Currently it only supports a single certificate. ## Code Version 6.1.0 ## Expected Behavior...

feature
help-needed

The [documentation](https://docs.python.org/3.8/library/logging.html#logging.Handler.handleError) for the `handleError` function of `logging.Handler` implies that exceptions should be caught by `emit` and handled by invoking `handleError`. This allows the environment to customer how logging errors...

bug

PROPFIND can walk through directories, retrieving information about each file. Unfortunately, the filesystem may deny access to the WebDAV server for various reasons, such as the file truly not being...

cla: yes

Some file systems do not allow opening directories with a write flag. The PROPPATCH implementation always opens all files it tries to patch with O_RDWR. When running on Linux with...

cla: yes

The WebDAV RFC is pretty clear that if the source and destination of a MOVE request are locked, then the request must include lock tokens for both. It doesn't explicitly...

cla: yes

The WebDAV RFC indicates that locks rooted on deleted resource MUST be destroyed. The WebDAV server does not do this with the builtin in-memory lock system (memLS). This commit adds...

cla: yes

Thanks for the great package. It has solved quite a few challenges for me. That said, I recently ran into something and I'm in a bit of a bind without...

enhancement

### Bug Description We use a lua filter to do some simple custom authentication. Part of that flow involves setting some custom headers in response to a request. E.g. ```...

area/networking

I have a usecase where I want to develop my own client, yet use an ssh gateway such as webssh to provide access to servers fronted by it. In this...