From 7251f1fe8279816cb6d08e029b9a359836c434c8 Mon Sep 17 00:00:00 2001 From: Yangmin Zhu Date: Mon, 11 Nov 2019 15:43:01 -0800 Subject: [PATCH] update release notes to link to blog post for authz v1beta1 (#5610) --- content/en/news/2019/announcing-1.4/change-notes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/2019/announcing-1.4/change-notes/index.md b/content/en/news/2019/announcing-1.4/change-notes/index.md index 6dc9ce128c..72ca8330a0 100644 --- a/content/en/news/2019/announcing-1.4/change-notes/index.md +++ b/content/en/news/2019/announcing-1.4/change-notes/index.md @@ -15,7 +15,7 @@ weight: 10 ## Security -- **Added** the [`v1beta1` authorization policy model](/docs/concepts/security#authorization) for enforcing access control. This will eventually replace the [`v1alpha1` RBAC policy](/docs/reference/config/security/istio.rbac.v1alpha1/). +- **Added** the [`v1beta1` authorization policy model](/blog/2019/v1beta1-authorization-policy/) for enforcing access control. This will eventually replace the [`v1alpha1` RBAC policy](/docs/reference/config/security/istio.rbac.v1alpha1/). - **Improved** Citadel to periodically check and rotate the expired root certificate when running in self-sign CA mode. ## Telemetry