Brian P Bockelman

Results 17 issues of 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...

enhancement
backlog

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...

in progress

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...

question

When showing the device code flow to someone, they remarked the landing page provides very little context to what is happening: ![image](https://user-images.githubusercontent.com/1093447/65889621-2d244880-e367-11e9-8bd0-f567a96f1ebf.png) Is it possible to include a sentence or...

component/dashboard
component/mitreid

`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....

priority/high

This adds an integration test for the file buffering capability in https://github.com/root-project/root/pull/146.