Hide Forgot
project_key: SOA Given teiid-security-roles.properties contains user=NoRolesRole and the VDB in use has data roles defined, when logged into Teiid as user, the following SQL should return true. SELECT hasROLE('NoRolesRole') However, it always--AFAICT--returns false. (Roles are working for this VDB as this user is not able to query certain tables.)
Link: Added: This issue Cloned from TEIID-1747
Security: Added: Public
The problem is that the jaas role name was used, not the teiid data role name, in the function. The documentation will be updated to clarify this.
Teiid committed the doc change: Revision: 3461 to the 7.4.x branch.
Release Notes Docs Status: Added: Not Required Writer: Added: dlesage
Teiid committed the documentation fix. This clarification should make its way into the 5.3 release.
The software does, in fact, work properly. Doc will be fixed for 5.3. Closed.