update release notes to link to blog post for authz v1beta1 (#5610)

This commit is contained in:
Yangmin Zhu 2019-11-11 15:43:01 -08:00 committed by Istio Automation
parent 62453fc38e
commit 7251f1fe82
1 changed files with 1 additions and 1 deletions

View File

@ -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