Skip to content

Commit c9a07a0

Browse files
authored
Merge pull request #1521 from imheresamir/main
docs: Add Conjur provider
2 parents 05ef279 + 87f51ec commit c9a07a0

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

docs/book/src/concepts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Currently supported providers:
2929
- [Akeyless Provider](https://github.com/akeylesslabs/akeyless-csi-provider)
3030
- [AWS Provider](https://github.com/aws/secrets-store-csi-driver-provider-aws)
3131
- [Azure Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/)
32+
- [Conjur Provider](https://github.com/cyberark/conjur-k8s-csi-provider)
3233
- [GCP Provider](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp)
3334
- [Vault Provider](https://github.com/hashicorp/secrets-store-csi-driver-provider-vault)
3435

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@ Now that the Secrets Store CSI Driver has been deployed, select a provider from
8787
- [Akeyless Provider](https://github.com/akeylesslabs/akeyless-csi-provider)
8888
- [AWS Provider](https://github.com/aws/secrets-store-csi-driver-provider-aws)
8989
- [Azure Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/)
90+
- [Conjur Provider](https://github.com/cyberark/conjur-k8s-csi-provider)
9091
- [GCP Provider](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp)
9192
- [Vault Provider](https://github.com/hashicorp/secrets-store-csi-driver-provider-vault)

docs/book/src/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ These features are not stable. If you use these be sure to consult the
4848
- [Akeyless Provider](https://github.com/akeylesslabs/akeyless-csi-provider)
4949
- [AWS Provider](https://github.com/aws/secrets-store-csi-driver-provider-aws)
5050
- [Azure Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/)
51+
- [Conjur Provider](https://github.com/cyberark/conjur-k8s-csi-provider)
5152
- [GCP Provider](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp)
5253
- [Vault Provider](https://github.com/hashicorp/secrets-store-csi-driver-provider-vault)

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 | 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 |
40+
| Features \ Providers | Azure | GCP | AWS | Vault | Akeyless | Conjur |
41+
| ------------------------- | ----- | --- | --- | ----- | -------- | ------ |
42+
| Sync as Kubernetes secret | Yes | Yes | Yes | Yes | Yes | Yes |
43+
| Rotation | Yes | Yes | Yes | Yes | No | Yes |
44+
| Windows | Yes | No | No | No | No | No |
45+
| Helm Chart | Yes | No | Yes | Yes | Yes | Yes |

0 commit comments

Comments
 (0)