Hi all, i got an issue with cloud services. on AEM 6.4
I have created the google-analytics cloud service under Generic Analytics Snippet.
And all works fine on all instances if:
1) I'm still logged in(admin admin)
2) if give an access to anonymous user in /useradmin to read /etc/cloudservices/generic-tracker/google-analytics
But here comes the problem, if i haven't logged in, on publish there is no google-assistant inside the div class="cloudservice generictracker" it is empty at all.
For dispatcher there is only 1 way that i found -> give access to anonymous user(2).
Is that even correct that cloud services needs that accesses?
How could i do it more clearly, instead of abusing anonymous access rights?
P.S. i configured all with thoose guides Analytics with External Providers
<div data-sly-resource="${'cloudservices' @ resourceType='cq/cloudserviceconfigs/components/servicecomponents'}" data-sly-unwrap></div> added in body
<sly data-sly-include="/libs/cq/cloudserviceconfigs/components/servicelibs/servicelibs.jsp" /> added in head