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
{{ message }}
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.
NewClient currently runs a test to see if it can obtain a signed token to validate the key ring is accessible.
There are some cases where client functions are used where the PGP signature is not actually required. An example is a scenario where you want to generate and display a JSON action (mig-cmd's -p option).
A separate function to test the GPG integration would be useful as it could be called explicitly prior to entering any code where signing will be occurring, and we just wouldn't test the integration when signing is not required.
The text was updated successfully, but these errors were encountered:
NewClient currently runs a test to see if it can obtain a signed token to validate the key ring is accessible.
There are some cases where client functions are used where the PGP signature is not actually required. An example is a scenario where you want to generate and display a JSON action (mig-cmd's -p option).
A separate function to test the GPG integration would be useful as it could be called explicitly prior to entering any code where signing will be occurring, and we just wouldn't test the integration when signing is not required.
The text was updated successfully, but these errors were encountered: