diff --git a/webui/src/pages/auth/policies/index.jsx b/webui/src/pages/auth/policies/index.jsx index 682e41b073b..10537b82e17 100644 --- a/webui/src/pages/auth/policies/index.jsx +++ b/webui/src/pages/auth/policies/index.jsx @@ -15,7 +15,8 @@ import { DataTable, Error, FormattedDate, Loading, - RefreshButton + RefreshButton, + Warning, } from "../../../lib/components/controls"; import {useRouter} from "../../../lib/hooks/router"; import {Link} from "../../../lib/components/nav"; @@ -71,6 +72,12 @@ const PoliciesContainer = () => { setRefresh(!refresh)}/> + + Deprecation Notice: RBAC (Role-Based Access Control) is being deprecated + and will be replaced by ACL (Access Control Lists) in future releases. + For more information on the transition from RBAC to ACL, please visit + our documentation page. +
A policy defines the permissions of a user or a group. Learn more.