-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tpp token support #16
Conversation
Provided a new Connector class VenafiConnection which provides a TPP connector with support for Token authentication Connection class is deprecated. Added required tests and fixes. Added log entries for easier debugging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me @rvelaVenafi I added a few comments that I would like you to consider.
…change will make easier to differentiate between the tpp_token and the cloud apikey variables. Fixed some typos.
…change will make easier to differentiate between the tpp_token and the cloud apikey variables. Fixed some typos.
…change will make easier to differentiate between the tpp_token and the cloud apikey variables. Fixed some typos.
…change will make easier to differentiate between the tpp_token and the cloud apikey variables. Fixed some typos.
…change will make easier to differentiate between the tpp_token and the cloud apikey variables. Fixed some typos.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @rvelaVenafi, approved!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nothing pops out - appreciate the update to logging message format
Added support for Token authentication.
Deprecated Connection class
Added VenafiConnection class with support for TPP token.
Added test suite for Token authentication
Added log entries for easier debugging.
General fixes and best practices changes.