Add Key Vault expiration reminders and secret rotation telemetry - #1157
Merged
Paul Lizer (paullizer) merged 3 commits intoAug 6, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Bionic711
marked this pull request as ready for review
August 6, 2026 17:15
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
Fixes #1156
Adds Key Vault expiration reminder tracking and reliable Key Vault-backed secret rotation across action scopes.
key_vault_secret_expiringin-app notifications, feature/fix documentation, release notes, and focused regression/UI tests.Validation
git --no-pager diff --checkpython -m py_compilefor changed Python filesnode --check application\single_app\static\js\admin\admin_settings.jsnode --check application\single_app\static\js\plugin_modal_stepper.jspython functional_tests\test_keyvault_external_notification_telemetry.py$env:PYTHONUTF8='1'; python functional_tests\test_sql_plugin_key_vault_secret_storage.pypython functional_tests\test_keyvault_plugin_secret_scope_enforcement.pypython functional_tests\test_model_endpoints_key_vault_secret_storage.pypython functional_tests\route_tests\test_route_blueprint_policy_inventory.pypython functional_tests\route_tests\test_route_unauthenticated_policy_contract.pypython functional_tests\route_tests\test_route_policy_test_coverage.pypython scripts\check_swagger_routes.py application\single_app\route_backend_plugins.py application\single_app\route_backend_settings.py application\single_app\route_frontend_admin_settings.pypython scripts\check_xss_sinks.py --base-sha origin/Development --head-sha HEAD <changed application browser files>python scripts\check_broken_access_control.py --base-sha origin/Development --head-sha HEAD <changed application Python files>python -m pytest ui_tests\test_admin_key_vault_reminders_ui.py -qRelease Notes and Documentation
0.250.123.v0.250.121,v0.250.122, andv0.250.123.docs/explanation/features/KEY_VAULT_EXPIRATION_REMINDERS.mddocs/explanation/fixes/KEY_VAULT_SECRET_ROTATION_FIX.mdKnown Risks / Follow-up