-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
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