We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
sigstore-python has support for this already, so we just need to accept an identity token via CLI or via the API and plumb the value through.
The text was updated successfully, but these errors were encountered:
Specifically, this is the --identity-token flag in sigstore-python: https://github.com/sigstore/sigstore-python/blob/cac62e8e611d4286a49ecda7f33d356381ab7919/README.md#L149-L150
--identity-token
sigstore-python
Sorry, something went wrong.
This plumbing should also be useful for our own e2e tests if we use the token published by https://github.com/sigstore-conformance/extremely-dangerous-public-oidc-beacon for our e2e tests discussion in the e2e issue here.
SigstoreSigner
Successfully merging a pull request may close this issue.
Description
sigstore-python has support for this already, so we just need to accept an identity token via CLI or via the API and plumb the value through.
The text was updated successfully, but these errors were encountered: