/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Server/Containers/docker/security.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2017-04-03 02:45:17 UTC
  • Revision ID: csa@suren.me-20170403024517-dwzj0z0k1cmhxm7u
Restructuring, OpenShift, Ansible, Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Security
 
2
========
 
3
 - Environment is preffered way to provide security information in containers:
 
4
   - Add environment file to compose description
 
5
   - Add it to .gitignore
 
6
 - But it is not exactly safe as well. May be something like pass?
 
7
   - ansible-value: where to store master key?
 
8
   - credstash: based on Amazon AWS KMS (Key Management Service) which is free to use
 
9
   - VaultProject.io: Alternative to KMS. There is an official docker image
 
10
 - Alternative way to get security information from container during initial volumes setup