Deprecate in-tree Vault

Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com>
This commit is contained in:
ezgidemirel 2023-03-29 11:10:34 +03:00
parent 38469396cb
commit 30ed28af9f
No known key found for this signature in database
GPG Key ID: 89568F0941364589
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ type SecretStoreConfig struct {
Kubernetes *KubernetesSecretStoreConfig `json:"kubernetes,omitempty"`
// Vault configures a Vault secret store.
// Deprecated: This API is scheduled to be removed in a future release.
// Vault should be used as a plugin going forward. See
// https://github.com/crossplane-contrib/ess-plugin-vault for more information.
// +optional
Vault *VaultSecretStoreConfig `json:"vault,omitempty"`