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
Extend the current signer flags to accept different kinds of signers, like AWS KMS and keystore signers.
Note that these flags should be mutually exclusive, e.g. if I pass --secret-key, I cannot also enable AWS KMS.
--secret-key
Depends on #90
The text was updated successfully, but these errors were encountered:
just dumping these for vis
Sorry, something went wrong.
If this is open to external contributors, can I pick this up?
Sure! Some inspiration here: https://github.com/init4tech/builder/blob/375d976c112f0a7e6de0d4c9790166805bcc1e92/src/signer.rs#L52
aroralanuk
No branches or pull requests
Extend the current signer flags to accept different kinds of signers, like AWS KMS and keystore signers.
Note that these flags should be mutually exclusive, e.g. if I pass
--secret-key
, I cannot also enable AWS KMS.Depends on #90
The text was updated successfully, but these errors were encountered: