Perform the following steps to
modify the Pentaho configuration:
-
Open the
pentaho.xml file with the text editor.
-
Find the
anonymous-authentication lines of the
pentaho-system section, and define the anonymous user and
role as shown in the following code example:
<pentaho-system>
<!-- omitted -->
<anonymous-authentication>
<anonymous-user>anonymousUser</anonymous-user>
<anonymous-role>Anonymous</anonymous-role>
</anonymous-authentication> <!-- omitted -->
</pentaho-system>
-
Save and close the
pentaho.xml file.