cyberark / conjur-api-dotnet

.NET client for the CyberArk Conjur API
Apache License 2.0
15 stars 11 forks source link

Thread safe token refresh #6

Closed sashaCher closed 6 years ago

sashaCher commented 6 years ago

For VaultConjurSychronizer we need that Variable.AddValue action will be a thread safe. In general an AddValue flow looks thread safe except the part of token refresh. From now tokenExspired flag is tread safe.