This change drops the private keys from the jenkins-agent user and configures the user to utilize the GPG vault for signing operations.
The change to gpg.conf should prevent most of the GnuPG tools from automatically starting a new gpg-agent process, which should minimize the chances of accidentally overwriting the S.gpg-agent symbolic link with a new socket.
This change drops the private keys from the jenkins-agent user and configures the user to utilize the GPG vault for signing operations.
The change to
gpg.conf
should prevent most of the GnuPG tools from automatically starting a new gpg-agent process, which should minimize the chances of accidentally overwriting theS.gpg-agent
symbolic link with a new socket.Requires #54