Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue-5714 - incorrect _cache_key generation fixed #5715

Conversation

sekar-saravanan
Copy link
Contributor

Description

_cache_key is getting generated incorrectly for mappings in ir.json, when using header with regex. Always _cache_key should be in the format of {kind}-{version}-{name}-{namespace}. But header name is getting updated in the place of mapping name

Related Issues

#5714

Testing

manual tests

Checklist

  • Does my change need to be backported to a previous release?

  • I made sure to update CHANGELOG.md.

  • This is unlikely to impact how Ambassador performs at scale.

  • My change is adequately tested.

  • I updated DEVELOPING.md with any any special dev tricks I had to use to work on this code efficiently.

  • The changes in this PR have been reviewed for security concerns and adherence to security best practices.

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. python Pull requests that update Python code t:bug Something isn't working labels Jul 3, 2024
@kflynn kflynn mentioned this pull request Jul 5, 2024
@kflynn
Copy link
Member

kflynn commented Jul 5, 2024

I'm going to close this in favor of #5716@sekar-saravanan, thanks! 🙂

@kflynn kflynn closed this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code size:S This PR changes 10-29 lines, ignoring generated files. t:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants