File tree Expand file tree Collapse file tree
packages/google-auth/google/auth Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616RSA cryptography signer and verifier.
1717
1818This file provides a shared wrapper, that defers to _python_rsa or _cryptography_rsa
19- for implmentations using different third party libraries
19+ for implementations using different third party libraries
2020"""
2121
2222from cryptography .hazmat .primitives .asymmetric .rsa import RSAPrivateKey
Original file line number Diff line number Diff line change 5050 b"-----BEGIN PASSPHRASE-----(.+)-----END PASSPHRASE-----" , re .DOTALL
5151)
5252
53- # Temporary patch to accomodate incorrect cert config in Cloud Run prod environment.
53+ # Temporary patch to accommodate incorrect cert config in Cloud Run prod environment.
5454_WELL_KNOWN_CLOUD_RUN_CERT_PATH = (
5555 "/var/run/secrets/workload-spiffe-credentials/certificates.pem"
5656)
You can’t perform that action at this time.
0 commit comments