简体   繁体   English

Azure Key Vault 的即将到期事件触发器

[英]Near Expiry Event Trigger for Azure Key Vault

I have an event subscription in key vault for near expiry for a Secrect I created.我在 Key Vault 中有一个事件订阅,我创建的 Secret 即将到期。 I have expiry date of the key 60 minutes but I am not sure when would near expire event trigger.我有 60 分钟的密钥到期日期,但我不确定什么时候会触发接近到期事件。 Is it 5 minutes before the expiry date time or 10 minutes or 1 minute.是到期日期时间前 5 分钟还是 10 分钟或 1 分钟。 Where is it configured and Can I override that?它在哪里配置,我可以覆盖它吗?

According to Microsoft documentation Azure Key Vault as Event Grid source , the Microsoft.KeyVault.KeyNearExpiry event is described as follows:根据微软文档Azure Key Vault as Event Grid sourceMicrosoft.KeyVault.KeyNearExpiry事件描述如下:

Triggered when the current version of a key is about to expire.当前版本的密钥即将过期时触发。 The event time can be configured using key rotation policy(preview)可以使用密钥轮换策略配置事件时间(预览版)

and

The key rotation policy allows users to configure rotation interval, expiration interval for rotated keys, and near expiry notification period for monitoring expiration using event grid notifications.密钥轮换策略允许用户配置轮换间隔、轮换密钥的过期间隔以及使用事件网格通知监视过期的临近过期通知周期。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM