GoogleCloudPlatform / GoogleCloudPlatform/cloud-builders-community
restore_cache: support providing --key-fallback multiple times
Open
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 848
- PR merge metrics
- No merged PRs in 30d
Description
it would be nice to be able to specify `--key-fallback` multiple times and have all fallback keys tried in the order specified
## Affected builder image
`gcr.io/cloud-builders-community/restore_cache`
## Expected Behavior
when `--key-fallback` is specified multiple times, all keys should be tried in the order specified
## Actual Behavior
when `--key-fallback` is specified multiple times, only last value is used
Contributor guide
Assessment
This issue has not been assessed yet.