From 028b3dcd3b595d78112f9afeace1ebcc23d4bd3a Mon Sep 17 00:00:00 2001 From: AUT0R3V <63261637+Aut0R3V@users.noreply.github.com> Date: Fri, 1 Jan 2021 23:09:56 +0530 Subject: [PATCH] Update D06 - Protect Secrets.md --- D06 - Protect Secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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