Skip to content

Support authentication for ORCA metrics channels #12525

@twthorn

Description

@twthorn

Is your feature request related to a problem?

There is no way to include authentication information with a GRPC ORCA metrics channel since it's created with default call options. If we try to subscribe to ORCA metrics we get this error

ORCA reporting stream closed with Status{code=UNAUTHENTICATED, description=username and password must be provided, cause=null}

Describe the solution you'd like

We want clients to be able to pass authentication information. Or that the ORCA channel can inherit that authentication information from the main channel.

Describe alternatives you've considered

We could remove the authentication from the server, but this seems a bad practice from security standpoint. We set up the orca metrics server-side here

Additional context

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions