AGX1-356: Invalidate authz cache for changed principal#304
Draft
deepthi-rao-scale wants to merge 1 commit into
Draft
AGX1-356: Invalidate authz cache for changed principal#304deepthi-rao-scale wants to merge 1 commit into
deepthi-rao-scale wants to merge 1 commit into
Conversation
fa2e9cd to
f72c9ad
Compare
f72c9ad to
38bb4fa
Compare
38bb4fa to
728e692
Compare
728e692 to
132fbc7
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
AGX1-323 deployment authz e2e found that actor permissions can be changed while Agentex still has a positive authorization decision cached. The authorization cache TTL is 300 seconds, so stale allows can persist until expiry.
For grant changes made through Agentex, this PR now evicts only the cache entries for the changed resource/effective-principal pair. For direct Spark AuthZ changes that bypass Agentex, there is no Agentex invalidation signal, so API-key auth contexts skip the local authz cache and re-check AuthZ on each request.
Linear: https://linear.app/scale-epd/issue/AGX1-356/invalidate-agentex-authz-cache-immediately-after-grant-changes
Test Plan