Replies: 2 comments 3 replies
-
/cc @jpkrohling as an expert in this :) |
Beta Was this translation helpful? Give feedback.
-
That blog post is the most comprehensive doc at the moment. The authentication processor was an earlier iteration of the work in this area (#1728), and the final solution was a set of helpers that should work with any receivers (#1810). From what I remember, we have auth implemented only for gRPC receivers, and support for HTTP can be added if there's demand. OIDC is the only supported authenticator at the moment, but support for other ones is being discussed (#2471, #2229). Do you have a specific question about it? What are you trying to accomplish? |
Beta Was this translation helpful? Give feedback.
-
Hi, how would auth work? I saw this authenticationprocessor being referenced, but it isn't in master, and it looks like they're using oidc instead.
I found this blog post on OIDC auth. Are there more docs on the topic?
Are there other recommended options?
Beta Was this translation helpful? Give feedback.
All reactions