Open lauracowen opened 5 years ago
Did someone in OpenLiberty team take care of this issue ?. In all honesty, I will not even consider migrating from SpringBoot to OpenLiberty until you guys solve petty bugs like this.
@nemesysolano
Did someone in OpenLiberty team take care of this issue ?. In all honesty, I will not even consider migrating from SpringBoot to OpenLiberty until you guys solve petty bugs like this.
It would be useful to understand what you're looking for? I'm not sure this issue (which admittedly lacks info) is what you think it is so it'd be great to understand what information you're looking for so that we can address it.
Botton line, one XML config snippet used to ilustrate how to configure JAAS for database authentication doesn't show all options we have to be aware of.
<dataSource id="ds1" jndiName="jdbc/ds1" jdbcDriverRef="DB2" jaasLoginContextEntry="myJAASLoginEntry" .../>
Notice the ellipsis after "myJAASLoginEntry" atribute value. I think that one has to figure out what comes next. What I beg for is an example showing the part left to our imagination.
https://www.ibm.com/support/knowledgecenter/en/SSEQTP_liberty/com.ibm.websphere.wlp.doc/ae/twlp_config_jaas_db_auth.html
There is also https://www.ibm.com/support/knowledgecenter/en/SSEQTP_liberty/com.ibm.websphere.wlp.doc/ae/twlp_sec_jaas.html which provides another example.
This is part of the Application Security feature and should be considered under there for a start.