Skip to main content

Command Palette

Search for a command to run...

Secure Authentication of GCP by GITHUB

Updated
1 min read

Normally GCP is known as very secure Cloud Provider as it follows some more secure measures for example - GCP Authentication by User/Source.

Normally in GCP mostly the authentication of requests from source will be done using OIDC process.

This process is the secure way of authenticating GCP Platform and do the operations in it. It doesn't demand source to store the credentials of the account and lead to data compromising. This Process will just demand the Project Id, Service Account Email and Workload Identification Federation Id from the source with OIDC Id (Which will change dynamically for every request).