Jacob Henner

Results 19 issues of Jacob Henner

**Is your feature request related to a problem? Please describe.** In order to comply with enforced pod security standards, each pod created by an EventSource or Sensor must be configured...

enhancement

**Is your feature request related to a problem? Please describe.** Argo Events CRDs use the generic object type for many top-level properties, instead of defining the full set of nested...

enhancement

Kubernetes Job metrics should be enhanced to include more out-of-the box tags. For example, any of the [out of the box tags for Pods](https://docs.datadoghq.com/containers/kubernetes/tag/?tab=containerizedagent#out-of-the-box-tags) that are applicable to `Jobs` should...

- [X] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. - [X] I have searched the [documentation](https://poetry.eustace.io/docs/) and believe that my question...

kind/feature
area/sources

There appears to be a memory leak in `kerberos.authGSSServerStep()`. I am able to reproduce it consistently by calling the following function in a tight loop: ```python def gssapi_authenticate(client_token: str): state...

Fix two memory leaks in `authenticate_gss_server_step()`. Resolves #98

It appears as if the upload method used by this script is no longer in use.

Hello, It would be excellent if the pyremctl package was available on PyPI. Of course anyone _could_ upload it, but it seems like that responsibility should be left with the...

`_compare_dicts()` exhibited non-deterministic ordering due to hash randomization affecting the ordering of sets used to compare dict keys. Dict key comparisons are now performed without sets, resulting in dict key...