From 18b5e40d5af38eaa2bbaff58e1cbbeb0848da618 Mon Sep 17 00:00:00 2001 From: Vardan Torosyan Date: Wed, 24 Nov 2021 21:32:07 +0100 Subject: [PATCH] Docs: Update the coverage of fine-grained access control (#41398) * Docs: Update the coverage of fine-grained access control * Apply suggestions from code review Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Mitch Seaman Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Mitch Seaman --- .../enterprise/access-control/_index.md | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 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 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" >}}) +Fine-grained access control is available for the following capabilities: + +- [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