Skip to content

Conversation

@mattmoor
Copy link
Member

Without this, I get the following (back to 1.0):

Error: signing gcr.io/mattmoor-credit/sbom@sha256:faef0ba9f497e26509d9f72f9ece7016b0e36edcb34ea3d3afe04f4bb2b01c5d: getting signer: getting key from Fulcio: retrieving cert: Get "/.well-known/openid-configuration": unsupported protocol scheme ""
main.go:48: error during command execution: signing gcr.io/mattmoor-credit/sbom@sha256:faef0ba9f497e26509d9f72f9ece7016b0e36edcb34ea3d3afe04f4bb2b01c5d: getting signer: getting key from Fulcio: retrieving cert: Get "/.well-known/openid-configuration": unsupported protocol scheme ""
exit status 1

With this change, it gets further, but there are still issues:

Error: signing gcr.io/mattmoor-credit/sbom@sha256:faef0ba9f497e26509d9f72f9ece7016b0e36edcb34ea3d3afe04f4bb2b01c5d: [POST /api/v1/log/entries][400] createLogEntryBadRequest  &{Code:400 Message:Error processing entry: unsupported public key type}
main.go:48: error during command execution: signing gcr.io/mattmoor-credit/sbom@sha256:faef0ba9f497e26509d9f72f9ece7016b0e36edcb34ea3d3afe04f4bb2b01c5d: [POST /api/v1/log/entries][400] createLogEntryBadRequest  &{Code:400 Message:Error processing entry: unsupported public key type}
exit status 1

Signed-off-by: Matt Moore [email protected]

Release Note

NONE

@mattmoor mattmoor requested review from dlorenc and n3wscott October 19, 2021 01:12
Rekor RekorOptions
Fulcio FulcioOptions
OIDC OIDCOptions
SecurityKey SecurityKeyOptions
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reordered these trying to compare with Attest...

@mattmoor
Copy link
Member Author

cc @vaikas

Without this, I get the following (back to 1.0):
```
Error: signing gcr.io/mattmoor-credit/sbom@sha256:faef0ba9f497e26509d9f72f9ece7016b0e36edcb34ea3d3afe04f4bb2b01c5d: getting signer: getting key from Fulcio: retrieving cert: Get "/.well-known/openid-configuration": unsupported protocol scheme ""
main.go:48: error during command execution: signing gcr.io/mattmoor-credit/sbom@sha256:faef0ba9f497e26509d9f72f9ece7016b0e36edcb34ea3d3afe04f4bb2b01c5d: getting signer: getting key from Fulcio: retrieving cert: Get "/.well-known/openid-configuration": unsupported protocol scheme ""
exit status 1
```

With this change, it gets further, but there are still issues:

```
Error: signing gcr.io/mattmoor-credit/sbom@sha256:faef0ba9f497e26509d9f72f9ece7016b0e36edcb34ea3d3afe04f4bb2b01c5d: [POST /api/v1/log/entries][400] createLogEntryBadRequest  &{Code:400 Message:Error processing entry: unsupported public key type}
main.go:48: error during command execution: signing gcr.io/mattmoor-credit/sbom@sha256:faef0ba9f497e26509d9f72f9ece7016b0e36edcb34ea3d3afe04f4bb2b01c5d: [POST /api/v1/log/entries][400] createLogEntryBadRequest  &{Code:400 Message:Error processing entry: unsupported public key type}
exit status 1
```

Signed-off-by: Matt Moore <[email protected]>
@mattmoor mattmoor merged commit 0bab648 into sigstore:main Oct 19, 2021
@mattmoor mattmoor deleted the add-oidc branch October 19, 2021 01:38
@github-actions github-actions bot added this to the v1.3.0 milestone Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants