Essential Viewer Tab access issue

Post Reply
Stepan Karandin
Posts: 17
Joined: 24 Jul 2017, 11:41

Hi, Team
We are enable access control as described https://www.enterprise-architecture.org ... ial-viewer
BTW, there should be only one <login-config>, I believe you should mark it at description =)

So, I have access to Viewer as a user for reading. But can't publish repository with the same credentials. What I'm doing wrong?

Rendering repository...
Sending repository snapshot...
Checking for access...
Sending XML snapshot...
Failed to send snapshot to the Report Service :
Access forbidden. Your user name and password were correct but you do not have access to publish to this URL.
Stepan Karandin
Posts: 17
Joined: 24 Jul 2017, 11:41

Solved.

At the reference I gave before is nothing about role report_publish

So, there are two roles must be defined at tomcat/tomcat-users.xml

<role rolename="report_publish"/>
<role rolename="report_viewer"/>

As quick and dirty way user credentials could be defined at the same file:
<user name="Jon.Snow" password="123" roles="report_viewer,report_publish"/>
Post Reply