Builds with "noKey" fail when any keyserver is down #305
Labels
enhancement
New feature or request.
good first issue
Good for newcomers.
to grab
Ready to do and to grab by those willing.
PR s4u/pgp-keys-map#229 build was failing while pgp.mit.edu was down. pgp.mit.edu has a history of going down, and while down builds relying on "noKey" will fail.
I suggest that "noKey" map entries not even attempt to query any keyservers. This would avoid the overhead of querying every keyserver on every build, and also will not fail builds when any of the keyservers are down.
I tried various combinations of "*", "noSig", "badSig", and "noKey" and was unable to find a way to prevent the keyserver lookup.
Related, other projects have avoiding using pgp.mit.edu, as it is a single server. Instead, they only use keyserver pools: nginxinc/docker-nginx#156
The text was updated successfully, but these errors were encountered: