Andrey Adamovich, Aestas/IT
Infrastructure-as-Code (IaC) is a type of IT infrastructure
that operations teams can automatically manage and provision
through code, rather than using a manual process.
Infrastructure-as-Code is sometimes referred to as programmable infrastructure.
<your favorite scripting language>
*.iso
).GPG/PGP:
> cd <path-to-your-repo>/
> gpg --encrypt sensitive_file
> git add sensitive_file
> git commit -m 'Add encrypted version of a sensitive file'
OpenSSL + Transcrypt (https://github.com/elasticdog/transcrypt):
> cd <path-to-your-repo>/
> transcrypt
> echo 'sensitive_file filter=crypt diff=crypt' >> .gitattributes
> git add .gitattributes sensitive_file
> git commit -m 'Add encrypted version of a sensitive file'
system1 {
http_proxy {
cache=true
http_application {
param1=A
}
}
database {
memory=3GB
}