Skip to content

fix: undefined index error in cache trait#617

Merged
bshaffer merged 2 commits intomainfrom
fix-index-warning
Jul 8, 2025
Merged

fix: undefined index error in cache trait#617
bshaffer merged 2 commits intomainfrom
fix-index-warning

Conversation

@bshaffer
Copy link
Copy Markdown
Contributor

fixes #614

This issue was introduced when ImpersonatedServiceAccountCredentials was added - a warning is thrown when calling getCacheKey because the underlying CacheTrait expects a cacheConfig array with key prefix. This PR makes that prefix optional, and defaults it to an empty string.

@bshaffer bshaffer requested a review from a team May 14, 2025 23:29
@bshaffer bshaffer merged commit ff7ece6 into main Jul 8, 2025
13 checks passed
@bshaffer bshaffer deleted the fix-index-warning branch July 8, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ImpersonatedServiceAccountCredentials: cache config is null

2 participants