diff --git a/D06 - Protect Secrets.md b/D06 - Protect Secrets.md index c6ff3fe..f97fc19 100644 --- a/D06 - Protect Secrets.md +++ b/D06 - Protect Secrets.md @@ -1,5 +1,5 @@ # D06 - Protect Secrets - +Docker secrets can essentially ensure secure transmission of data within the frameworks of specified containers. Encryption ensures transfer of important data for instance SSL certificate or SSH private keys. Another benifit of secrets is the abstraction layer created between the container and the credentials transferred. In the case of docker, these are transferred using the Docker swarm ## Threat Scenarios