-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
gpg.export_key add output and bare functionality #62979
Conversation
A passphrase is needed to export an encrypted gpg private key A passphase is not need to export a public key The tests have been updated to reflect that fact. One test was removed as it was attempting to export a private key without pillar (but it was in fact using pillar to do that)
Note:
|
Update: |
is this ready for review? |
Yes, could you please review it and let me know what you think? |
@Ch3LL Ok I just pushed the requested changes except for the file write one. Could you please review my comment on that when you can? |
What does this PR do?
It adds
output
andbare
functionality to theexport_key
gpg functionWhat issues does this PR fix or reference?
Fixes: #62978
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes