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
We've had several users be surprised by the behavior of both rekor & fulcio (as deployed by the helm charts) where the default signer is the memory option - this is nice for testing purposes, but not great for actual deployments where you would want a longer-lived key to be used (via KMS, HSM, etc).
We should remove the implicit default and require users to explicitly select one.
The text was updated successfully, but these errors were encountered:
I can work on adding rekor-createsecret job to rekor helm chart that will use the new image fixed here. This can be a better default for rekor signer compared to memory.
Description
We've had several users be surprised by the behavior of both rekor & fulcio (as deployed by the helm charts) where the default signer is the
memory
option - this is nice for testing purposes, but not great for actual deployments where you would want a longer-lived key to be used (via KMS, HSM, etc).We should remove the implicit default and require users to explicitly select one.
The text was updated successfully, but these errors were encountered: