You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to configure dex so it will be able to authenticate non interactive workloads.
My use case: internal keyless signing with cosign and fulcio.
My lab: GKE with workload identity, the signing container is annotated with an SA and has an access token. Dex has the following config:
I tried sending various requests with curl to see if dex can verify the workload access token but non of them works. When sending it's to the token endpoint it throws an error message: {"error":"unsupported_grant_type"}
When sending the request to http://lab.example.com/auth , dex tries to redirect the request for an interactive authentication.
I'll be glad if anyone has an idea how to make it work and even if it's possible to make it work
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm trying to configure dex so it will be able to authenticate non interactive workloads.
My use case: internal keyless signing with cosign and fulcio.
My lab: GKE with workload identity, the signing container is annotated with an SA and has an access token. Dex has the following config:
I tried sending various requests with curl to see if dex can verify the workload access token but non of them works. When sending it's to the token endpoint it throws an error message: {"error":"unsupported_grant_type"}
When sending the request to http://lab.example.com/auth , dex tries to redirect the request for an interactive authentication.
I'll be glad if anyone has an idea how to make it work and even if it's possible to make it work
Beta Was this translation helpful? Give feedback.
All reactions