From e8f27500ff5b5ad510b632c031f056cea0bb6303 Mon Sep 17 00:00:00 2001 From: Mendi Shneorson <57299888+mendi160@users.noreply.github.com> Date: Wed, 9 Mar 2022 18:54:48 +0200 Subject: [PATCH] add to guide: (#1808) 1. disable role member expiry notification 2. disable role member review notification Signed-off-by: mshneorson Co-authored-by: mshneorson --- docs/member_expiration.md | 15 +++++++++++++++ docs/member_soft_expiration.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/docs/member_expiration.md b/docs/member_expiration.md index 771e9263137..171ea80a534 100644 --- a/docs/member_expiration.md +++ b/docs/member_expiration.md @@ -87,3 +87,18 @@ access to be extended. The domain administrators will receive a single email notification listing all the members that are about to expire in their domain. It is their responsibility to access their domain in Athenz UI and extend those member's expiration, if necessary. + +### Managing Role Member Expiry Reminder Recipients + +By default, both the role members and the domain administrators will receive notifications as described above. +You can change this behavior by adding a tag to the role: + +``` +zms-cli -d add-role-tag zms.DisableExpirationNotifications ``` + +### Managing Soft Expiry Reminder Recipients + +By default, both the role members and the domain administrators will receive notifications as described above. +You can change this behavior by adding a tag to the role: + +``` +zms-cli -d add-role-tag zms.DisableReminderNotifications