DelineaXPM / tss-sdk-go

A Golang SDK for Delinea Secret Server
https://delinea.com/products/secret-server
MIT License
2 stars 9 forks source link

Add support for Token authentication #18

Closed dnascimento closed 6 months ago

dnascimento commented 2 years ago

What is the new behavior?

Support user authentication using TSS_TOKEN as environment variable instead of username/password auth

Does this introduce a breaking change?

Other relevant information

e.g. does this PR require another PR to be merged first?

tylerezimmerman commented 2 years ago

@dnascimento looks like this is introducing a breaking change as the current tests are failing with this commit. We will investigate and try to propose either an update to the tests or and update to the PR.