-
Notifications
You must be signed in to change notification settings - Fork 65
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
chore: Add debug message for passticket generation during authentication transformation to detect real issue with configuration (v2) #3969
base: v2.x.x
Are you sure you want to change the base?
Conversation
Signed-off-by: Pavel Jareš <[email protected]>
@@ -106,6 +107,7 @@ public AuthenticationCommand createCommand(Authentication authentication, AuthSo | |||
} catch (IRRPassTicketGenerationException e) { | |||
String error = String.format("Could not generate PassTicket for user ID %s and APPLID %s", userId, applId); | |||
logger.log(MessageType.DEBUG, error); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this other one not appearing in the spool?
Maybe let's keep only yours, this is redundant I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is definetelly not redundant, the current log doesn't contains response codes. There is just message about failure without details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, so why keep the one without details?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I see. That makes sense. Thanks, updated.
Quality Gate passedIssues Measures |
Signed-off-by: Pavel Jareš <[email protected]>
Description
This PR adds a log message, which could improve the analysis of configuration issues in the APIML.
Linked to # (issue)
Part of the # (epic)
Type of change
Please delete options that are not relevant.
Checklist:
For more details about how should the code look like read the Contributing guideline