Azure
Key Vault Rotation Audit
Azure Key Vault keys with rotation policy, last-rotated date and overdue flag.
Live preview — demo data
Same idea on another cloud
What this pane shows
Key Vault keys with their rotation policy (auto-rotation enabled / disabled), last-rotated timestamp, key type and current state. Keys past their rotation interval and keys with no rotation policy configured are surfaced first.
Key use cases
- Identify production keys that have never been rotated.
- Audit customer-managed key rotation coverage for compliance.
- Find keys with overly-broad access-policy entries.
- Plan rotation work after a credential exposure incident.
How to embed
Drop this snippet on any HTML page that loads lp-embed.js. The pane
mounts itself wherever the matching <div> is in the DOM.
<div class="lp-azure-kms-rotation-panel"
data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
data-lp-key="<your-access-key>"></script>
<script src="https://lightpane.io/_pane-tests/azure/kms-rotation/kms-rotation.js"
defer></script>
Tier
Available on Explorer and above.
Build notes
No outstanding build notes.