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

[FEATURE] jager indices isolation from multiple source #1503

Open
taoweibang opened this issue Apr 18, 2023 · 2 comments
Open

[FEATURE] jager indices isolation from multiple source #1503

taoweibang opened this issue Apr 18, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@taoweibang
Copy link

** src from jaeger

  • src1. - --es.index-prefix=otel1
  • src2 - --es.index-prefix=otel2

** on opensearch side will have two indices like this

  • otel1-jaeger-span-xxxxx
  • otel2-jaeger-span-xxxxx

** on opensearch side will have two roles

  • role1 have permission on otel1*
  • role2 have permission on otel12

** current behavior
/api/observability/trace_analytics/jaeger_indices will return 403

** expected behavior
indices isolation for different role, role1 can see otel1*, role2 can see otel* on observability trace side

@taoweibang taoweibang added enhancement New feature or request untriaged labels Apr 18, 2023
@YANG-DB YANG-DB self-assigned this Apr 19, 2023
@YANG-DB
Copy link
Member

YANG-DB commented Apr 19, 2023

@taoweibang thanks for your finding - we will review this behaviour and discuss the best way to propagate the different roles

@YANG-DB
Copy link
Member

YANG-DB commented May 26, 2023

see jaegertracing/jaeger#3808

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants