]
Steven Hawkins commented on TEIIDSB-101:
----------------------------------------
Added a constructor arg for OlingoBridge (to force the fix upon upgrade) that should be
set to "odata" for Teiid Spring Boot. Also updated security config paths.
OData issues with multiple visible schema
-----------------------------------------
Key: TEIIDSB-101
URL:
https://issues.jboss.org/browse/TEIIDSB-101
Project: Teiid Spring Boot
Issue Type: Quality Risk
Components: OData
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 1.2.0
The odata logic accommodates a subcontext specifying the schema to access. Other logic
however doesn't allow for this:
* if multiple visible schema are exposed and have a cross reference, then the metadata
links will be invalid as they are created based upon the Teiid Wildfly conventions.
* The keycloak logic exposes /$metadata as unsecured, but any of the schema/$metadata
links would require authentication.