Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
@@ -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.