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
The issue was introduced on 2023-12-12T00:39:27.093+00:00 in:
the component: private_key
the specific location: internal/credentials/gcp/testdata/test_gcp_key.json
Private keys are the secret part in an asymmetric (public-private) keypair. They are used in different contexts and cryptographic applications.Most cryptography libraries use standard formats for private key exchange (like PEM )Public Keys and Public Key Certificates are public and have no sensitivity or confidentiality requirements (but do not accept a public key without trust on the link between the key and its owner).