[
https://issues.jboss.org/browse/TEIID-5742?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-5742:
---------------------------------------
I also see one log message with each open tracing SPAN
What is that message?
Maybe we can configure these to WARN level?
This one is not an issue of level. We typically have run embedded with the
DoNothingSecurityHelper, which creates a dummy context/subject - so the check in
LocalServerConnection passes. With the SpringSecurityHelper and a completely
unauthenticated action, there is no context/subject.
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)