Brian P Bockelman
Brian P Bockelman
We had an individual accidentally upload a broken sealed secret to the cluster (it's not quite obvious what was wrong with it); it appears that, once this secret was considered...
I have noticed that execution of commands (e.g., `condor_submit` for the condor backend) appear to be synchronous. In fact, there's a small note about this in the code itself: https://github.com/dask/dask-jobqueue/blob/master/dask_jobqueue/core.py#L305...
**Describe the bug** On a host where the Kubernetes hostname uses the FQDN, mayastor-csi fails to launch due to a disagreement between the CSI pod and the node label. Here's...
The OIDC flow used by fulcio / cosign appears to be limited to public OAuth2 clients. That is, `cosign` is both the OAuth2 client and the user client, acquires the...
When showing the device code flow to someone, they remarked the landing page provides very little context to what is happening:  Is it possible to include a sentence or...
`bin2hex` in libsodium appends a null-character to the output array, meaning the hex array must be `2 * (sizeof bin array) + 1` characters long. Within libmacaroons, that appears to...
Hi, Are there any plans for a v0.4.0? I have an application that I'm working on which will start to depend on libmacaroons. I've noticed a few API breaks between...
This provides a configuration option allowing the scheduler to preserve worker hostnames (as opposed to the current & default behavior of resolving hostnames immediately to IP address). Preserving the hostname...
Currently in VOMS-Admin users can upload their own DNs manually. This is often used for robot certificates today as we assume all users already have their certificate in the browser....
This adds an integration test for the file buffering capability in https://github.com/root-project/root/pull/146.