You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to access secrets form a dotnet client using the identity of the service under which code is running e.g. Windows Service or an API running in Kestrel/IIS under a service account?
Alternatively, can a machine be authenticated for access to secrets?
The text was updated successfully, but these errors were encountered:
Hi @ashish4github. Thanks for creating the issue. All Conjur clients make use of identity based on some authenticator that Conjur supports. Azure and LDAP authenticators make sense in the context of Windows so perhaps those might be what you are looking for.
To the best of my knowledge Conjur does not have an authenticator that establishes identity based on machine-local identity on Windows, such as a service account etc.
Is there a way to access secrets form a dotnet client using the identity of the service under which code is running e.g. Windows Service or an API running in Kestrel/IIS under a service account?
Alternatively, can a machine be authenticated for access to secrets?
The text was updated successfully, but these errors were encountered: