Replies: 3 comments 15 replies
-
Hey! I see how that endpoint can be confusing. Minder doesn't do authentication by itself. Instead, we're leveraging keycloak to do the heavy lifting, and we subsequently just verify the token that keycloak provides. If you're interested in how that works, it's an OAuth2 flow that can be seen here https://github.com/stacklok/minder/blob/main/cmd/cli/app/auth/auth_login.go |
Beta Was this translation helpful? Give feedback.
-
Also, regarding that call, you'll need to provide a project ID. Which you get once you register. |
Beta Was this translation helpful? Give feedback.
-
@JAORMX put the project id but still says unauthenticated.
|
Beta Was this translation helpful? Give feedback.
-
From the minder.proto file, I see it's possible to make REST based API call instead instead of GRPC one. However, I am failing to authenticate to one of the endpoints at
/api/v1/auth/url
. Here's my cuRL commandThis still says "unauthenticated"
Beta Was this translation helpful? Give feedback.
All reactions