Brian P Bockelman
Brian P Bockelman
It seems to be reproducible if you just feed it any garbage data in the encryptedData. From a separate test: ``` spec: encryptedData: client_id: xxx client_secret: xxx metadata: name: test-object...
@alvneiayu - I see you handled the latest release for 0.17.3. Do you happen to know if there's any interest in fixing this issue? If not, that's fine - I...
Particularly, if you are invoking from `C`, here's the interface we use: https://github.com/cms-sw/cmssw/blob/master/FWCore/Services/plugins/CondorStatusUpdater.cc#L308 Note that to reduce the stream of updates, we only send every N minutes at most. There's...
Sure! For the academic community, the relevant identity is not the Google account but rather the ORCID; associating a container image with a random Google account has no impact in...
Yes, there's no problem with configuring a client secret in Fulcio itself (in fact, I started down this route, hoping to open a PR instead of an issue!) -- but...
Yes, I noticed that the current design has the clever side-effect of making fulcio stateless. I'd say that's a Good Thing. However, it should be possible to do the device...
How about something like this: Enter Code ======== This is the first step to authorize a client to act on your behalf; on the next page, you will be given...
Makes sense. http://distributed.dask.org/en/latest/priority.html If the user doesn't specify a priority, then tasks are executed in a FIFO. When the first processor starts, it'll generate all the tasks immediately. We could...
Current status: - Andrew started looking at the nanny plugins. - Main issue: Accessing logs for the nanny process. - Issue: Getting nanny to talk back to the scheduler. Need...
Suggested config: https://github.com/CHTC/tiger-cluster-config/tree/master/cluster/common/prometheus Can go into either old or new k8s instance; will need some modest customization (see: files ending in `-patch.yaml`, `expose` directory for CILogon proxy). Mostly verbatim copies...