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 Jan 11, 2023. It is now read-only.
If the GcpKmsClient constructor fails, it raises tink.core.TinkError but does not say why it's failing.
For example, if the KMS URI is wrong, i.e., projects/my-project/locations/us-central1/keyRings/my-keyring/cryptoKeys/my-key vs gcp-kms://projects/my-project/locations/us-central1/keyRings/my-keyring/cryptoKeys/my-key, the error that's raised isn't helpful.
The text was updated successfully, but these errors were encountered:
If the GcpKmsClient constructor fails, it raises tink.core.TinkError but does not say why it's failing.
For example, if the KMS URI is wrong, i.e.,
projects/my-project/locations/us-central1/keyRings/my-keyring/cryptoKeys/my-key
vsgcp-kms://projects/my-project/locations/us-central1/keyRings/my-keyring/cryptoKeys/my-key
, the error that's raised isn't helpful.The text was updated successfully, but these errors were encountered: