Skip to content

Commit

Permalink
HashicorpVault: Enable RW plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cosminvlad committed Apr 14, 2021
1 parent 5100a24 commit d390a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SecureStore.HashicorpVault/HashicorpVaultSecureStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace UiPath.Orchestrator.Extensions.SecureStores.HashicorpVault
{
public abstract class HashicorpVaultSecureStore : ISecureStore
public class HashicorpVaultSecureStore : ISecureStore
{
private const string NameIdentifier = "Hashicorp Vault";

Expand All @@ -20,7 +20,7 @@ protected HashicorpVaultSecureStore(IHashicorpVaultClientFactory clientFactory)
_clientFactory = clientFactory;
}

protected HashicorpVaultSecureStore()
public HashicorpVaultSecureStore()
{
_clientFactory = HashicorpVaultClientFactory.Instance;
}
Expand Down

0 comments on commit d390a21

Please sign in to comment.