-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for Trust Protection Platform Token Auth (#16)
* Added support for token authentication. * 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. * Changed cloud api key variable name from cloud_token to apikey. This change will make easier to differentiate between the tpp_token and the cloud apikey variables. * Added detailed log info about GET and POST request calls * Update syntax for setting HTTP header
- Loading branch information
1 parent
40c8dc7
commit 533091c
Showing
8 changed files
with
770 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.