Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TLS Authentication on Google Cloud Platform

Does Google Cloud Platform has Mutual TLS Authentication, like for example AWS does ?

like image 418
Luis Diego Rojas Avatar asked Nov 09 '22 02:11

Luis Diego Rojas


1 Answers

Google provides Application Layer Transport Security (ALTS) which has a secure handshake protocol similar to mutual TLS. Two services wishing to communicate using ALTS employ this handshake protocol to authenticate and negotiate communication parameters before sending any sensitive information. The protocol is a two-step process: Handshake and Record encryptionALTS Process

For more on this, please refer to ALTS Protocol.

like image 199
Hafizur Rahman Avatar answered Nov 14 '22 23:11

Hafizur Rahman