|
|
@@ -106,7 +106,7 @@ var (
|
|
|
|
|
|
// Capabilities return the provider supported capabilities (ReadOnly, WriteOnly, ReadWrite).
|
|
|
func (provider *ProviderOnePassword) Capabilities() esv1.SecretStoreCapabilities {
|
|
|
- return esv1.SecretStoreReadOnly
|
|
|
+ return esv1.SecretStoreReadWrite
|
|
|
}
|
|
|
|
|
|
// NewClient constructs a 1Password Provider.
|