Hide Forgot
Workaround Description: Remove the admin=admin entry from the file. project_key: SOA This file: <server profile>conf/props/teiid-security-roles.properties Should not contain any roles defined at install time. In ER9, the file contains: ------------------------------------ # A roles.properties file for use with the UsersRolesLoginModule # username=role1,role2 admin=admin ------------------------------------
This is been fixed in the project upstream and will be fixed in 5.2.
Workaround Description: Added: Remove the admin=admin entry from the file.
This has been fixed in Teiid, the teiid-security-roles.properties does not contain the admin role, it has been removed.
Verified fixed in ER3 build.
Temporarily reopening to update release note info.
Release Notes Docs Status: Added: Documented as Resolved Issue Writer: Added: dlesage Release Notes Text: Added: https://issues.jboss.org/browse/SOA-2894 The teiid-security-roles.properties file contained pre-set administrative roles. It should not have contained any roles when it was defined at install time. These roles have now been removed.