diff --git a/CHANGELOG-0.5.md b/CHANGELOG-0.5.md index ec7b5c976f..a21721edc3 100644 --- a/CHANGELOG-0.5.md +++ b/CHANGELOG-0.5.md @@ -2,6 +2,12 @@ ## [0.5.0] 2019-12-NN +### Added + +- [#381](https://github.com/epiphany-platform/epiphany/issues/381) - Add AWS EC2 Root Volume encryption +- [#782](https://github.com/epiphany-platform/epiphany/issues/781) - All disks encryption documentation - AWS +- [#782](https://github.com/epiphany-platform/epiphany/issues/782) - All disks encryption documentation - Azure + ### Changed - [#763](https://github.com/epiphany-platform/epiphany/pull/763) - Elasticsearch Curator: Flexible configuration of cron jobs diff --git a/docs/home/HOWTO.md b/docs/home/HOWTO.md index c1cf924b07..3a2db53d23 100644 --- a/docs/home/HOWTO.md +++ b/docs/home/HOWTO.md @@ -43,6 +43,7 @@ - [Security](./howto/SECURITY.md) - [How to use TLS/SSL certificate with HA Proxy](./howto/SECURITY.md#how-to-use-tls/ssl-certificate-with-ha-proxy) + - [How to enable Azure disk encryption](./howto/SECURITY.md#how-to-enable-azure-disk-encryption) - [How to enable AWS disk encryption](./howto/SECURITY.md#how-to-enable-AWS-disk-encryption) - [How to use Kubernetes Secrets](./howto/SECURITY.md#how-to-use-kubernetes-secrets) - [How to authenticate to Azure AD app](./howto/SECURITY.md#how-to-authenticate-to-azure-ad-app) diff --git a/docs/home/howto/CLUSTER.md b/docs/home/howto/CLUSTER.md index 8f78893d08..85e0c65d22 100644 --- a/docs/home/howto/CLUSTER.md +++ b/docs/home/howto/CLUSTER.md @@ -277,7 +277,7 @@ To setup the cluster do the following steps from the provisioning machine: Epicli has a delete command to remove a cluster from a cloud provider (AWS, Azure). With Epicli run the following: ```shell - epicli apply -b /path/to/cluster/build/folder + epicli delete -b /path/to/cluster/build/folder ``` From the defined cluster build folder it will take the information needed to remove the resources from the cloud provider. diff --git a/docs/home/howto/SECURITY.md b/docs/home/howto/SECURITY.md index d46e1d2b55..a2c426eb55 100644 --- a/docs/home/howto/SECURITY.md +++ b/docs/home/howto/SECURITY.md @@ -3,11 +3,14 @@ TODO -## Azure disk encryption +## How to enable Azure disk encryption -TODO +Automatic encryption of storage on Azure is not jet supported by Epiphany. Guides to encrypt manually can be found: + +- [Here](https://docs.microsoft.com/en-us/azure/security/fundamentals/azure-disk-encryption-vms-vmss) for VM storage. +- [Here](https://docs.microsoft.com/en-us/azure/storage/common/storage-service-encryption) for storage shares, -## AWS disk encryption +## How to enable AWS disk encryption ### EC2 Root volumes