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
returnnil, fmt.Errorf("--signer-file-key-path is required when other --signer-file-* flags (e.g. --signer-file-cert-path) are set; attaching a file-based certificate to a non-file signer such as KMS is not currently supported")
82
+
}
83
+
}
84
+
72
85
s, err:=sp.Signer(ctx)
73
86
iferr!=nil {
74
87
log.Errorf("failed to create %v signer: %w", signerProvider, err)
0 commit comments