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

CAS with Pentaho Community Edition

utf8_general_ci VS utf8_unicode_ci what should we use?