forked from awslabs/amazon-ecr-credential-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding local file cache for credential helper
This provides a JSON file cache that's serialized/deserialized for each access. The local file cache tokens are kept for the half-life of the token lifetime (i.e. a 12 hour token will get expired after 6 hours). Users may also opt-out of local cache with an environment variable set of `AWS_ECR_DISABLE_CACHE`.
- Loading branch information
1 parent
10b5dec
commit 192a492
Showing
10 changed files
with
706 additions
and
17 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
Oops, something went wrong.