-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide ability to see in the trace log events related to missing security context #7165
Comments
With suggested command I get (as expected) |
PS.
But when ISC_USER is undefined (i.e. if we run: "SET ISC_USER=") then trace will not show anything. |
…see in the trace log events related to missing security context
…ated to missing security context; fixed deadlock in CS found with regular tests run
This improvement make it possible to get information not about only "missing security context", but also all other attach/create errors that happen after entering engine provider. There is one important restriction - to see that events user must have TRACE_ANY_ATTACHMENT privilege. One can get surprised - why can't I see my own failed attachment? The answer is simple - before successful validation of security context engine does not know for sure who tries to attach. Therefore due to security reasons attach errors are not shown to non privileged users. |
Following attempt of attach:
-- will not be logged in the trace.
It will be good to see such attempts.
The text was updated successfully, but these errors were encountered: