Skip to content

Commit

Permalink
wttech#32: Added secure AEM to security console.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Wesolowski committed Mar 8, 2019
1 parent 5bc5eb3 commit a18098b
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/aem/jcr_root/apps/cq/.content.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OrderedFolder">
<gui/>
<core/>
</jcr:root>
5 changes: 5 additions & 0 deletions src/main/aem/jcr_root/apps/cq/core/.content.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OrderedFolder">
<content/>
</jcr:root>
5 changes: 5 additions & 0 deletions src/main/aem/jcr_root/apps/cq/core/content/.content.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OrderedFolder">
<nav/>
</jcr:root>
18 changes: 18 additions & 0 deletions src/main/aem/jcr_root/apps/cq/core/content/nav/.content.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured">
<tools jcr:primaryType="nt:unstructured">
<security
jcr:primaryType="nt:unstructured"
jcr:title="Security"
id="cq-tools-security">
<secureAem jcr:primaryType="nt:unstructured"
jcr:title="Secure AEM"
jcr:description="Check security of your infrastructure"
href="/etc/secureaem.html"
icon="globeCheck"
id="secureaem"/>
</security>
</tools>
</jcr:root>
1 change: 1 addition & 0 deletions src/main/vault/full/filter.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<workspaceFilter version="1.0">
<filter root="/apps/cognifide/secureaem"/>
<filter root="/apps/cq/core/content/nav/tools/security/secureAem"/>
<filter root="/apps/cognifide/install">
<include pattern="/apps/cognifide/install/secure-aem.*"/>
</filter>
Expand Down

0 comments on commit a18098b

Please sign in to comment.