-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
team: webappIssue belongs to the WebApp teamIssue belongs to the WebApp team
Description
Is your feature request related to a problem?
I would like to use the tokens generated from gp idp token
with gitsign and fulcio but they are missing certain claims for that to work.
{
"iss": "https://api.gitpod.io/idp",
"aud": [
"sigstore"
],
"azp": "sigstore",
"c_hash": "",
"exp": 1683410309,
"iat": 1683406709,
"auth_time": 1683406709,
"sub": "https://gitlab.com/ChevronTango/gpg-test/-/tree/main/",
"name": "ChevronTango"
}
Describe the behaviour you'd like
Please include a additional email
and email_verified
claims in the JWT token.
https://github.com/sigstore/fulcio/blob/main/docs/oidc.md#email-1
Describe alternatives you've considered
Additional context
Support for fulcio allows me to progress my investigation as part of #666
Metadata
Metadata
Assignees
Labels
team: webappIssue belongs to the WebApp teamIssue belongs to the WebApp team