how to remove WARNING: Security role name PENTAHO_ADMIN



INFO: WARNING: Security role name PENTAHO_ADMIN used in an <auth-constraint> without being defined in a <security-role>


add following configuration before close   </security-constraint>

<security-role>
        <description>security role</description>
        <role-name>PENTAHO_ADMIN</role-name>
    </security-role>

Comments

Popular posts from this blog

Changing the Java VM Memory Limits in Pentaho BI

error in pentaho 5.0.1 - authentication via url parameters for iframe

CAS with Pentaho Community Edition