You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
^ | is a special character and should not be used in usernames, but for SSO flows like OIDC where the subject cannot be controlled it should be possible to escape pipes behind the scenes.
What is the bug?
Generating report with username containing
|
fails withHow can one reproduce the bug?
Steps to reproduce the behavior:
|
What is the expected behavior?
Report should be downloaded
Do you have any additional context?
Username is parsed in https://github.com/opensearch-project/common-utils/blob/main/src/main/java/org/opensearch/commons/authuser/User.java#L160 where User String format must be pipe separated as : user_name|backendrole1,backendrole2|roles1,role2
The text was updated successfully, but these errors were encountered: