If you find yourself in a situation like us, wanting to know how many and which services in a docker swarm are using a specific secret, this might help you:
Tag: secrets
Key management during Docker build
While building we often require private keys to checkout repositories or access other required, access-restricted assets. In this particular case it was a github checkout that required a private key to an account with access to the respective repository. The requirements were: The key must be present during the build process There must not be… Continue Reading Key management during Docker build