A least-privilege policy is tightened and one service keeps succeeding with operations that should now be denied.
A service binding receives the correct policy on first rollout and later...
The new binding reaches the service, yet established pooled connections continue to act under the previous policy generation.
Scenario
What to check first
- Identify the primary failure signal in the The Policy Changed and the Pool Remembered the Old Deal Because It Never Indexed the New Generation scenario.
- Separate visible symptoms from the underlying technical dependency.
- Describe the safest recovery path and the follow-up prevention work.
Checking checklist
- Summarize the current impact and the last known change.
- Collect direct evidence from logs, runtime state, and configuration before changing anything.
- Separate immediate recovery from permanent prevention work.
Recovery and prevention
Inspect authorization caching and pool reuse before assuming policy distribution failed.
Questions worth viewing together
Community-field security problem inspired by service binding and authorization cache discussions where pooled connections ignored a new policy generation. Permission drift can survive policy rollout when pooled connections cache earlier authorization context.
Teams often blame stale tokens when the long-lived pool is reusing an earlier policy decision instead.
Security-sensitive pools should include policy generation or equivalent invalidation material in their cache identity.
Similar cases seen in the field