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
GitLab CI conveniently generates a JWT for each job which I would like to use to authenticate against Buildbarn, but they are signed with RSA which is not currently supported.
The signing public keys are currently given via JWKS (example: https://gitlab.com/-/jwks), it would be convenient to provide them inline in the conf in the same format or as a URL which Buildbarn would fetch. Edit: split this out into a new issue
The text was updated successfully, but these errors were encountered:
GitLab CI conveniently generates a JWT for each job which I would like to use to authenticate against Buildbarn, but they are signed with RSA which is not currently supported.
The signing public keys are currently given via JWKS (example: https://gitlab.com/-/jwks), it would be convenient to provide them inline in the conf in the same format or as a URL which Buildbarn would fetch.Edit: split this out into a new issueThe text was updated successfully, but these errors were encountered: