Skip to content

Commit

Permalink
Added AWS disk encryption documentation (hitachienergy#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriva committed Jan 15, 2020
1 parent e0c8bd9 commit 858c57c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/home/HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/home/howto/CLUSTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 6 additions & 3 deletions docs/home/howto/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 858c57c

Please sign in to comment.