Disabling basic authentication for odata
Issue
For demo purposes we would like to disable basic authentication on odata transport layer. This will then allow the odata urls being proxied through an API gateway and we can manage basic security there. The teiid jdbc and odbc layer can continue to be authenticated.
I tried the following
1. Changed the following jboss-web.xml and web.xml in the teiid-odata-8.7.1.redhat-8.war. (See attached temp.zip)
2. Disabled teiid security in standalone xml.
<transport name="odata">
<!-- <authentication security-domain="teiid-security"/> -->
</transport>
Any odata call now returns with an error .404 Not Found
Environment
- RedHat JBoss Data Virtualization(JDV) 6.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
