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

server bug fix #927

Merged
merged 3 commits into from
Sep 18, 2024
Merged

server bug fix #927

merged 3 commits into from
Sep 18, 2024

Commits on Sep 17, 2024

  1. server bug fix

    1. delete hottier should be restricted for internal streams
    2. POST /logstream/{logstream} should be restricted for query mode
    nikhilsinhaparseable committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c9c32b0 View commit details
    Browse the repository at this point in the history
  2. below fixes are added -

    1. update role sync between querier to ingestors
    2. get user role priviledge to reader, writer and editor roles
    nikhilsinhaparseable committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    50e5f91 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. issue: any user having ingestion priviledge can ingest to all streams…

    … using /ingest API
    
    current state: check stream name in resource path for authorization
    fix: check the x-p-stream header for the stream name also
    nikhilsinhaparseable committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bfd7bba View commit details
    Browse the repository at this point in the history