From 4400ec5abe38d22caed28aa5a314d794fb791828 Mon Sep 17 00:00:00 2001 From: Jeremy Hess <126785627+akljph@users.noreply.github.com> Date: Thu, 15 Feb 2024 03:40:29 +0200 Subject: [PATCH] docs: add Akeyless to supported providers (#1306) * add Akeyless as a Provider * Update installation.md * Update concepts.md * Update concepts.md * Update usage.md * Update introduction.md * Update providers.md --- docs/book/src/concepts.md | 3 ++- docs/book/src/getting-started/installation.md | 1 + docs/book/src/getting-started/usage.md | 2 +- docs/book/src/introduction.md | 1 + docs/book/src/providers.md | 12 ++++++------ 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/book/src/concepts.md b/docs/book/src/concepts.md index 9e43e70c5..f1a9188b3 100644 --- a/docs/book/src/concepts.md +++ b/docs/book/src/concepts.md @@ -26,6 +26,7 @@ The CSI driver communicates with the provider using gRPC to fetch the mount cont Currently supported providers: +- [Akeyless Provider](https://github.com/akeylesslabs/akeyless-csi-provider) - [AWS Provider](https://github.com/aws/secrets-store-csi-driver-provider-aws) - [Azure Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/) - [GCP Provider](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp) @@ -74,7 +75,7 @@ kind: SecretProviderClass metadata: name: my-provider spec: - provider: vault # accepted provider options: azure or vault or gcp + provider: vault # accepted provider options: akeyless or azure or vault or gcp parameters: # provider-specific parameters ``` diff --git a/docs/book/src/getting-started/installation.md b/docs/book/src/getting-started/installation.md index c0ee2c4d4..aad96f925 100644 --- a/docs/book/src/getting-started/installation.md +++ b/docs/book/src/getting-started/installation.md @@ -84,6 +84,7 @@ secretproviderclasspodstatuses.secrets-store.csi.x-k8s.io Now that the Secrets Store CSI Driver has been deployed, select a provider from the supported provider list, then follow the installation steps for the provider: +- [Akeyless Provider](https://github.com/akeylesslabs/akeyless-csi-provider) - [AWS Provider](https://github.com/aws/secrets-store-csi-driver-provider-aws) - [Azure Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/) - [GCP Provider](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp) diff --git a/docs/book/src/getting-started/usage.md b/docs/book/src/getting-started/usage.md index e85a76640..160dc268b 100644 --- a/docs/book/src/getting-started/usage.md +++ b/docs/book/src/getting-started/usage.md @@ -12,7 +12,7 @@ kind: SecretProviderClass metadata: name: my-provider spec: - provider: vault # accepted provider options: azure or vault or gcp + provider: vault # accepted provider options: akeyless or azure or vault or gcp parameters: # provider-specific parameters ``` diff --git a/docs/book/src/introduction.md b/docs/book/src/introduction.md index f60fc29f0..586bd24d2 100644 --- a/docs/book/src/introduction.md +++ b/docs/book/src/introduction.md @@ -45,6 +45,7 @@ These features are not stable. If you use these be sure to consult the ## Supported Providers +- [Akeyless Provider](https://github.com/akeylesslabs/akeyless-csi-provider) - [AWS Provider](https://github.com/aws/secrets-store-csi-driver-provider-aws) - [Azure Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/) - [GCP Provider](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp) diff --git a/docs/book/src/providers.md b/docs/book/src/providers.md index b5b96159e..e7f5317aa 100644 --- a/docs/book/src/providers.md +++ b/docs/book/src/providers.md @@ -37,9 +37,9 @@ See [design doc](https://docs.google.com/document/d/10-RHUJGM0oMN88AZNxjOmGz0NsW ## Features supported by current providers -| Features \ Providers | Azure | GCP | AWS | Vault | -| ------------------------- | ----- | --- | --- | ----- | -| Sync as Kubernetes secret | Yes | Yes | Yes | Yes | -| Rotation | Yes | Yes | Yes | Yes | -| Windows | Yes | No | No | No | -| Helm Chart | Yes | No | Yes | Yes | +| Features \ Providers | Azure | GCP | AWS | Vault | Akeyless | +| ------------------------- | ----- | --- | --- | ----- | -------- | +| Sync as Kubernetes secret | Yes | Yes | Yes | Yes | Yes | +| Rotation | Yes | Yes | Yes | Yes | No | +| Windows | Yes | No | No | No | No | +| Helm Chart | Yes | No | Yes | Yes | Yes |