Skip to content
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

[BUG] Unable to generate report if username contains | #345

Open
rupal-bq opened this issue Apr 19, 2024 · 0 comments
Open

[BUG] Unable to generate report if username contains | #345

rupal-bq opened this issue Apr 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rupal-bq
Copy link
Member

What is the bug?
Generating report with username containing | fails with

Error generating report.

Insufficient permissions. Reach out to your OpenSearch Dashboards administrator.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Create a username which contains |
  2. Try downloading any report

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

@rupal-bq rupal-bq added bug Something isn't working untriaged v2.15.0 and removed untriaged labels Apr 19, 2024
@rupal-bq rupal-bq removed the v2.15.0 label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant