Skip to content

better handle empty argument for configured algorithms #2575

@bobcallaway

Description

@bobcallaway

Description

if a user passes an empty list for the --client-signing-algorithms option, the pointer on https://github.com/sigstore/rekor/blob/main/pkg/api/api.go#L151 will not be nil but should revert to the default setting (since no supported algorithms is nonsensical).

Also fix

case *ed25519.PublicKey:
which shouldn't be a pointer

Version

main

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions