website/docs: cleanup more (#9249)
simplify DocCardList Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -3,7 +3,6 @@ title: About access control
|
||||
---
|
||||
|
||||
import DocCardList from "@theme/DocCardList";
|
||||
import { useCurrentSidebarCategory } from "@docusaurus/theme-common";
|
||||
|
||||
To comply with important regulations such as PCI-DSS, HIPAA, SOC 2, and GDPR, it's necessary to have the ability to control which users have access to specific areas of the system, what [permissions](./permissions.md) they have globally and on certain objects, and a way to monitor [events](../../events) related to user activity.
|
||||
|
||||
@ -13,4 +12,4 @@ RBAC is a way of ensuring the well-known [principal of least privilege](https://
|
||||
|
||||
To learn more about access control with authentik, refer to these topics:
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items} />
|
||||
<DocCardList />
|
||||
|
Reference in New Issue
Block a user