OpenLiberty / docs

See Open Liberty documentation on https://openliberty.io/docs/
https://openliberty.io/docs/
Other
13 stars 47 forks source link

Example config for jca feature #722

Open lauracowen opened 5 years ago

lauracowen commented 5 years ago

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.

nemesysolano commented 4 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.

lauracowen commented 4 years ago

@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.

nemesysolano commented 4 years ago

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.