Browse Source

Changed gcp to readwrite

William Young 4 years ago
parent
commit
54a4038673
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/provider/gcp/secretmanager/secretsmanager.go

+ 1 - 1
pkg/provider/gcp/secretmanager/secretsmanager.go

@@ -164,7 +164,7 @@ func serviceAccountTokenSource(ctx context.Context, store esv1beta1.GenericStore
 
 // Capabilities return the provider supported capabilities (ReadOnly, WriteOnly, ReadWrite).
 func (sm *ProviderGCP) Capabilities() esv1beta1.SecretStoreCapabilities {
-	return esv1beta1.SecretStoreReadOnly
+	return esv1beta1.SecretStoreReadWrite
 }
 
 // NewClient constructs a GCP Provider.