[codex] Bump Temper authz candidate index - #271
Merged
Conversation
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
84e95c6677f4a03364dea796cc67237bbc8275ce, which contains the AuthZ candidate-selection index from Temper PR Paw Patrol WorkerRun en-019e0614-2cb5-7b33-84cf-b5f40b7f48e1 #240.TEMPER_OBSERVABILITY_REV, Datadog contract expected revisions, WASM SDK manifests, and stale WASM lockfile git sources.Why
The live AuthZ candidate-filter proof showed that Cedar evaluator work dropped from 16,497 policies to 48 candidates, but
phase:policy_candidatesstill cost about 13.4 ms p95. Temper PR #240 moves that candidate selection to a precomputed per-policy-set index without decision caching or Cedar bypass. This PR rolls that Temper change into TemperPaw so it can be deployed and verified in production Datadog.Validation
cargo check -p temperpaw --lockedcargo test -p temperpaw --test datadog_observability_contract(31 tests)cargo fmt --all -- --checkgit diff --checkrgconfirmed the previous Temper rev is absent from the rollout tree