-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache access token in unftp-sbe-gcs (#435)
This commit implements caching for access tokens in the Google Cloud Storage backend. Before this we re-requested the auth token before each GCS REST query. I'm using an RwLock rather than a Mutex, since the token is read much more often than it's written. I also changed the name of the workflow_identity module to workload_identity. Resolves #384
- Loading branch information
Werner Hofstra
authored
Oct 14, 2022
1 parent
ca88d0f
commit 772d6b7
Showing
3 changed files
with
146 additions
and
18 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
File renamed without changes.