-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transition from Username/Password to Token Auth for TPP (#54)
* adding enhancement for using access token for tpp server and also using refresh token when access token expires to get a new access and refresh token * addging a error message when refresh token is empty * Made "tpp_url" and "cloud_url" aliases of "url". Marked "tpp_url" and "cloud_url" as deprecated. * changed tpp_url and cloud_url to work as aliases of url value. Added tests for TPP Token scenario. * As fixed on venafi vault backend, now fixed issue when api calls cannot be made to servers with TLS configuration(tls renegotiation issue) and also fixed and issue when trust bundle is not beihng loaded when uinsg access token. * fixing issues found on PR process * fixing issues found on the code review, making access token to have precedence against user/password Co-authored-by: Russel Vela <[email protected]>
- Loading branch information
1 parent
6629b61
commit f1ce113
Showing
7 changed files
with
410 additions
and
24 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
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.