You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,17 @@
7
7
Access Control Tool for Adobe Experience Manager
8
8
================================================
9
9
10
-
The Access Control Tool for Adobe Experience Manager (AC Tool) simplifies the specification and deployment of complex [Access Control Lists in AEM](http://docs.adobe.com/docs/en/cq/current/administering/security.html#Access%20Control%20Lists%20and%20how%20they%20are%20evaluated).
10
+
The Access Control Tool for Adobe Experience Manager (AC Tool) simplifies the specification and deployment of complex [Access Control Lists in AEM](https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/security.html?lang=en#permissions-in-aem) as well as users and groups.
11
11
Instead of existing solutions that build e.g. a content package with actual ACL nodes you can write simple configuration files and deploy them with your content packages. See [comparison to other approaches](docs/Comparison.md) for a comprehensive overview.
12
12
13
13
Features:
14
14
15
-
* easy-to-read Yaml configuration file format
15
+
* easy-to-read [Yaml](https://yaml.org/) configuration file format
16
16
* run mode support
17
17
* automatic installation with install hook
18
18
* cleans obsolete ACL entries when configuration is changed
19
19
* ACLs can be exported
20
+
* management of user's key stores and the global trust store
20
21
* stores history of changes
21
22
* ensured order of ACLs
22
23
* built-in expression language to reduce rule duplication
0 commit comments