|
|
|
|
|
by johncolanduoni
316 days ago
|
|
This is actually how GCP has always done service account authentication. A GCP service account key is an asymmetric keypair and Google stores the public key. AWS is somewhat similar, but they use an symmetric HMAC so they store the same secret key you use. |
|