Marcelo Magallon

Results 59 issues of Marcelo Magallon

## Version of Singularity: d95ecd3c41915a988f615e33d2e5fbeeabdb4522 ### Expected behavior `singularity keys remove xxx` removes private keys or there's a `singularity keys remove --secret xxx` ### Actual behavior `singularity keys remove xxx`...

FeatureRequest

The --vm flag added to support Mac OS, does not work on Linux.

Packaging
CLI

There seem to be a growing number of URIs embedded in the code (https://singularity-hub.org, https://cloud.sylabs.io/, https://build.sylabs.io, ...). These should be either configuration (with defaults) or they should be collected under...

TechnicalDebt

The new checkRegistryMetrics verifies that the metrics produced by a particular probe match the expected metrics. Use this function in tests so that if a change adds or deletes metrics,...

stale

While working on a change to the ICMP prober, I got a little frustrated at the structure of that code. I tried a small rewrite a couple of times before...

stale

This is a feature request. In this context I use the word "certificates" to mean three different things: a CA certificate, a client certificate and its corresponding client key file....

feature-request

Add a --platform flag so that the user can specify a value for the corresponding flag passed to docker. This is useful in the context of multi-arch builds and buildkit...

This is related to prometheus/prometheus#8551 Signed-off-by: Marcelo E. Magallon

LoadFromFile is a very small helper to avoid repeating this code over and over again. This is related to prometheus/prometheus#8551 Signed-off-by: Marcelo E. Magallon

Add fields to the TLSConfig struct so that it's possible to specify either a path to the certificates (Certificate Authority, client cert, client key) or specify them inline. This is...