Assigning permission for different Sections of Helical Insight

How we can assign permission to different sections/modules (like Adhoc report interface, admin page, metadata creation, Dashboard designer) of Helical Insight on the basis of role of a user?

In order to do this, we can edit the spring-security.xml file present in the backend at location:
\jetty\work\jetty-0.0.0.0-8085-hi-ee.war-_hi-ee-any-\webapp\WEB-INF\classes

In this file, you can do changes as shown in the below screenshot. For example, in this image /admin.html page is accessible by only the user having role= ‘ROLE_ADMIN’. Similarly, all the other HTML pages like adhoc page, dashboard designer page we can restrict or permit for different users based on their roles.
image

The sample spring-security.xml file is attached for reference.
spring-security.zip (3.1 KB)

Regards,
Helical Insight Team

1 Like

With version 3.0 there is slight change in the above path.
“…\hi\apache-tomcat-7\webapps\hi-ee\WEB-INF\classes”