1

I have a Windows service running as a an AD user. I do not have the password for this user (not without storing it in a file somewhere).

The method signatures for VaultSharp LDAP auth all want a username and password, but is there any other way of automatically granting access using something like UserPrincipal maybe?

Reezy
  • 984
  • 1
  • 9
  • 12

1 Answers1

0

No. VaultSharp is a reflection of all the features of Vault.

And I don't think Vault supports the "integrated windows mode" of auth. It expects a password in its LDAP login.

If you find any Vault API docs, that does support what you are looking for, let me know.

Raja Nadar
  • 9,409
  • 2
  • 32
  • 41