[
https://issues.jboss.org/browse/TEIID-5742?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-5742.
-----------------------------------
Resolution: Done
Made a full fix for this, which includes a refactoring of the SecurityHelper methods. For
correctness and to minimize overlap, we need just one getSubjectInContext in method.
Info log on each unauthenticated action
---------------------------------------
Key: TEIID-5742
URL:
https://issues.jboss.org/browse/TEIID-5742
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 12.3
Probably due to the recent changes to secure jdbc/pg in Teiid Spring Boot, I'm now
seeing logs like:
2019-05-14 02:13:23.003 INFO 1 --- [nio-8080-exec-8] org.teiid.SECURITY
: TEIID40115 Local pass-through connection implicitly closing session 33UbTZhXZKkC so
that the connection can be used in a different security context.
2019-05-14 02:13:23.004 INFO 1 --- [nio-8080-exec-8] org.teiid.SECURITY
: TEIID40115 Local pass-through connection implicitly closing session 638A9GlJTEtL so
that the connection can be used in a different security context.
2019-05-14 02:13:39.086 INFO 1 --- [nio-8080-exec-9] org.teiid.SECURITY
: TEIID40115 Local pass-through connection implicitly closing session 4Kc9NS+S/YcE so
that the connection can be used in a different security context.
2019-05-14 02:13:39.090 INFO 1 --- [nio-8080-exec-9] org.teiid.SECURITY
: TEIID40115 Local pass-through connection implicitly closing session SL9YhfKOtGGw so
that the connection can be used in a different security context.
2019-05-14 02:13:42.997 INFO 1 --- [io-8080-exec-10] org.teiid.SECURITY
: TEIID40115 Local pass-through connection implicitly closing session Z41j3peTbpHP so
that the connection can be used in a different security context.
2019-05-14 02:13:42.998 INFO 1 --- [io-8080-exec-10] org.teiid.SECURITY
: TEIID40115 Local pass-through connection implicitly closing session 8XDWPXCiLYwz so
that the connection can be used in a different security context.
...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)