From 26b0ee5dcb095f3ab94d460ebcd9965a9390f84a Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 24 Nov 2021 16:10:25 -0500 Subject: [PATCH] Docs: Update the coverage of fine-grained access control (#41398) (#42261) * Docs: Update the coverage of fine-grained access control Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Mitch Seaman Co-authored-by: Vardan Torosyan --- .../enterprise/access-control/_index.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/docs/sources/enterprise/access-control/_index.md b/docs/sources/enterprise/access-control/_index.md index 14b959bb0d7..938aea7f812 100644 --- a/docs/sources/enterprise/access-control/_index.md +++ b/docs/sources/enterprise/access-control/_index.md @@ -25,14 +25,19 @@ To grant or revoke access to your users, create or remove built-in role assignme ## Resources with fine-grained permissions -Fine-grained access control is currently available for [Reporting]({{< relref "../reporting.md" >}}) and [Managing Users]({{< relref "../../manage-users/_index.md" >}}). -To learn more about specific endpoints where you can use access control, refer to [Permissions]({{< relref "./permissions.md" >}}) and to the relevant API guide: +Fine-grained access control is available for the following capabilities: -- [Fine-grained access control API]({{< relref "../../http_api/access_control.md" >}}) -- [Admin API]({{< relref "../../http_api/admin.md" >}}) -- [Organization API]({{< relref "../../http_api/org.md" >}}) -- [Reporting API]({{< relref "../../http_api/reporting.md" >}}) -- [User API]({{< relref "../../http_api/user.md" >}}) +- [Use Explore mode]({{< relref "../../explore/_index.md" >}}) +- [Manage users]({{< relref "../../manage-users/_index.md" >}}) +- [Manage LDAP authentication]({{< relref "../../auth/ldap/_index.md" >}}) +- [Manage data sources]({{< relref "../../datasources/_index.md" >}}) +- [Manage data source permissions]({{< relref "../datasource_permissions.md" >}}) +- [Manage a Grafana Enterprise license]({{< relref "../license/_index.md" >}}) +- [Provision Grafana]({{< relref "../../administration/provisioning/_index.md" >}}) +- [Manage reports]({{< relref "../reporting.md" >}}) +- [View server information]({{< relref "../../administration/view-server/_index.md" >}}) + +To learn about specific endpoints where you can use fine-grained access control, refer to [Permissions]({{< relref "./permissions.md" >}}) and to the relevant [API]({{< relref "../../http_api/_index.md" >}}) documentation. ## Enable fine-grained access control