-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IAM support phase II: token management
- make internal client.swaggerClient a getter instead of a property. (original property at _swaggerClient). All internal clients must go through this getter. - support IAM token. No API change. - Internal env vars: - GP_USE_APIKEY=true to not use tokens, - IAM_TOKEN_EXPIRY_THRESHOLD_PROP_KEY to change the expiry derating from 0.85 to something else. Fixes: #150
- Loading branch information
Showing
4 changed files
with
137 additions
and
39 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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