Skip to content

Release v0.15.3

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 08:16
· 55 commits to main since this release
e15465e

💡 Enhancements 💡

  • tempomonolithic: Add support for query RBAC (#1131)
    This feature allows users to apply query RBAC in the multitenancy mode.
    The RBAC allows filtering span/resource/scope attributes and events based on the namespaces which a user querying the data can access.
    For instance, a user can only see attributes from namespaces it can access.

    spec:
      query:
        rbac:
          enabled: true

Components