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
all sops operation on my local system throw a warning like
[PGP] WARN[0000] Deprecation Warning: GPG key fetching from a keyserver within sops will be removed in a future version of sops. See #727 for more information.
I know the feature is deprecated, but my gpg key isn't store on a gpg keyserver. It's only available on my local system. I confirm that by running https://keys.openpgp.org/vks/v1/by-fingerprint/<GPG 40char FP>. It gives me No key found for this fingerprint. back. But decryption and encryption still works fine.
Based on that, I would like the disable the feature to suppress that message completely. I even don't know why the messages appears if the gpg key is on a local system.
I'm running sops 3.7.1 (latest) on a MacOS.
The text was updated successfully, but these errors were encountered:
Hi,
all sops operation on my local system throw a warning like
I know the feature is deprecated, but my gpg key isn't store on a gpg keyserver. It's only available on my local system. I confirm that by running
https://keys.openpgp.org/vks/v1/by-fingerprint/<GPG 40char FP>
. It gives meNo key found for this fingerprint.
back. But decryption and encryption still works fine.Based on that, I would like the disable the feature to suppress that message completely. I even don't know why the messages appears if the gpg key is on a local system.
I'm running
sops 3.7.1 (latest)
on a MacOS.The text was updated successfully, but these errors were encountered: