Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encryption common #337

Merged
merged 3 commits into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ menu:
no_list: true
---

The Dell Technologies (Dell) Container Storage Modules (CSM) enables simple and consistent integration and automation experiences, extending enterprise storage capabilities to Kubernetes for cloud-native stateful applications. It reduces management complexity so developers can independently consume enterprise storage with ease and automate daily operations such as provisioning, snapshotting, replication, observability, authorization and, resiliency.
The Dell Technologies (Dell) Container Storage Modules (CSM) enables simple and consistent integration and automation experiences, extending enterprise storage capabilities to Kubernetes for cloud-native stateful applications. It reduces management complexity so developers can independently consume enterprise storage with ease and automate daily operations such as provisioning, snapshotting, replication, observability, authorization, application mobility, encryption, and resiliency.

<img src="csm_hexagon.png" alt="CSM Hex Diagram" width="500"/>

CSM is made up of multiple components including modules (enterprise capabilities), CSI drivers (storage enablement) and, other related applications (deployment, feature controllers, etc).
CSM is made up of multiple components including modules (enterprise capabilities), CSI drivers (storage enablement), and other related applications (deployment, feature controllers, etc).

{{< cardpane >}}
{{< card header="[**Authorization**](authorization/)"
Expand Down Expand Up @@ -71,8 +71,8 @@ CSM is made up of multiple components including modules (enterprise capabilities
| [Observability](https://hub.docker.com/r/dellemc/csm-topology) | v1.3.0 | v1.2.0 | v1.1.1 | v1.1.0 |
| [Replication](https://hub.docker.com/r/dellemc/dell-csi-replicator) | v1.3.0 | v1.3.0 | v1.2.0 | v1.2.0 |
| [Resiliency](https://hub.docker.com/r/dellemc/podmon) | v1.3.0 | v1.2.0 | v1.1.0 | v1.1.0 |
| Encryption | NA | NA | NA | 0.1.0 |
| Appication Mobility | NA | NA | NA | 0.1.0 |
| [Encryption](https://hub.docker.com/r/dellemc/csm-encryption) | 0.1.0 | NA | NA | NA |
| Appication Mobility | 0.1.0 | NA | NA | NA |
| [CSI Driver for PowerScale](https://hub.docker.com/r/dellemc/csi-isilon/tags) | v2.4.0 | v2.3.0 | v2.2.0 | v2.2.0 |
| [CSI Driver for Unity XT](https://hub.docker.com/r/dellemc/csi-unity/tags) | v2.4.0 | v2.3.0 | v2.2.0 | v2.2.0 |
| [CSI Driver for PowerStore](https://hub.docker.com/r/dellemc/csi-powerstore/tags) | v2.4.0 | v2.3.0 | v2.2.0| v2.2.0 |
Expand Down
7 changes: 3 additions & 4 deletions content/docs/deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,14 @@ The Container Storage Modules and the required CSI Drivers can each be deployed
{{< /card >}}
{{< /cardpane >}}
{{< cardpane >}}
{{< card header="[Dell Container Storage Module for Application Mobility](../applicationmobility/deployment)"
{{< card header="[Dell Container Storage Module for Application Mobility](../applicationmobility/deployment)"
footer="Installs Application Mobility Module">}}
Application mobility module can be installed via helm charts. This is a tech preview release and it requires a license for installation.
[...More on installation instructions](../applicationmobility/deployment)
{{< /card >}}
{{< card header="[Dell Container Storage Module for Encryption](../secure/encryption/deployment)"
{{< card header="[Dell Container Storage Module for Encryption](../secure/encryption/deployment)"
footer="Installs Encryption Module">}}
Encryption is enabled as part of the Dell CSI driver installation. The drivers can be installed either by a Helm chart or by the Dell CSI Operator.
In the tech preview release, Encryption can only be enabled via Helm chart installation.
Encryption can be optionally installed via the PowerScale CSI driver Helm chart.
[...More on installation instructions](../secure/encryption//deployment)
{{< /card >}}
{{< /cardpane >}}
4 changes: 3 additions & 1 deletion content/docs/release/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ Release notes for Container Storage Modules:

[CSM for Replication](../replication/release)

[CSM for Resiliency](../resiliency/release)
[CSM for Resiliency](../resiliency/release)

[CSM for Encryption](../secure/encryption/release)
20 changes: 20 additions & 0 deletions content/docs/secure/encryption/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Release Notes"
linkTitle: "Release Notes"
weight: 5
Description: >
Release Notes
---

### New Features/Changes

- PowerScale CSI volumes encryption (for new volumes)
- Encryption keys stored in Hashicorp Vault

### Fixed Issues

There are no fixed issues in this release.

### Known Issues

There are no known issues in this release.
6 changes: 5 additions & 1 deletion content/docs/troubleshooting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ Troubleshooting links for Container Storage Modules:

[CSM for Replication](../replication/troubleshooting)

[CSM for Resiliency](../resiliency/troubleshooting)
[CSM for Resiliency](../resiliency/troubleshooting)

[CSM for Encryption](../secure/encryption/troubleshooting)

[CSM for Application Mobility](../applicationmobility/troubleshooting)