Skip to content

Commit 4400ec5

Browse files
authored
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
1 parent 7a13f0d commit 4400ec5

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

docs/book/src/concepts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The CSI driver communicates with the provider using gRPC to fetch the mount cont
2626

2727
Currently supported providers:
2828

29+
- [Akeyless Provider](https://github.com/akeylesslabs/akeyless-csi-provider)
2930
- [AWS Provider](https://github.com/aws/secrets-store-csi-driver-provider-aws)
3031
- [Azure Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/)
3132
- [GCP Provider](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp)
@@ -74,7 +75,7 @@ kind: SecretProviderClass
7475
metadata:
7576
name: my-provider
7677
spec:
77-
provider: vault # accepted provider options: azure or vault or gcp
78+
provider: vault # accepted provider options: akeyless or azure or vault or gcp
7879
parameters: # provider-specific parameters
7980
```
8081

docs/book/src/getting-started/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ secretproviderclasspodstatuses.secrets-store.csi.x-k8s.io
8484

8585
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:
8686

87+
- [Akeyless Provider](https://github.com/akeylesslabs/akeyless-csi-provider)
8788
- [AWS Provider](https://github.com/aws/secrets-store-csi-driver-provider-aws)
8889
- [Azure Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/)
8990
- [GCP Provider](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp)

docs/book/src/getting-started/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kind: SecretProviderClass
1212
metadata:
1313
name: my-provider
1414
spec:
15-
provider: vault # accepted provider options: azure or vault or gcp
15+
provider: vault # accepted provider options: akeyless or azure or vault or gcp
1616
parameters: # provider-specific parameters
1717
```
1818

docs/book/src/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ These features are not stable. If you use these be sure to consult the
4545

4646
## Supported Providers
4747

48+
- [Akeyless Provider](https://github.com/akeylesslabs/akeyless-csi-provider)
4849
- [AWS Provider](https://github.com/aws/secrets-store-csi-driver-provider-aws)
4950
- [Azure Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/)
5051
- [GCP Provider](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp)

docs/book/src/providers.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ See [design doc](https://docs.google.com/document/d/10-RHUJGM0oMN88AZNxjOmGz0NsW
3737

3838
## Features supported by current providers
3939

40-
| Features \ Providers | Azure | GCP | AWS | Vault |
41-
| ------------------------- | ----- | --- | --- | ----- |
42-
| Sync as Kubernetes secret | Yes | Yes | Yes | Yes |
43-
| Rotation | Yes | Yes | Yes | Yes |
44-
| Windows | Yes | No | No | No |
45-
| Helm Chart | Yes | No | Yes | Yes |
40+
| Features \ Providers | Azure | GCP | AWS | Vault | Akeyless |
41+
| ------------------------- | ----- | --- | --- | ----- | -------- |
42+
| Sync as Kubernetes secret | Yes | Yes | Yes | Yes | Yes |
43+
| Rotation | Yes | Yes | Yes | Yes | No |
44+
| Windows | Yes | No | No | No | No |
45+
| Helm Chart | Yes | No | Yes | Yes | Yes |

0 commit comments

Comments
 (0)