Skip to main content

VKPR external-secrets create secret-store

Description

This command will be responsible for creating the SecretStore using the selected provider.

Commands

$ vkpr external-secrets create secret-store

Formula was successfully built!
? Secret store provider: vault
? Type the addr of vault: http://vault.vkpr:8200
? Type the vault token: hvs.bpFu3Z9Lh3JeGa28MW0Hi50M
? Vault kv secret version: v1
? Secret store namespace: (leave empty for ClusterSecretStore) vkpr
...

After configuring the SecretStore it is now possible to configure an ExternalSecret associated with the resource we just created.


See Also