type Store struct {
*config.Config// contains filtered or unexported fields
}
Store is a plugin-backed source of secrets. It resolves the appropriate
plugin based on Porter's config and implements the plugins.SecretsProtocol interface
using the backing plugin.
Connects just-in-time, but you must call Close to release resources.