Skip to content

Commit

Permalink
Create Grant access to the Service Account in Google Console.md
Browse files Browse the repository at this point in the history
added steps for giving access to service account of GCS
  • Loading branch information
SangeetaMishr authored Sep 18, 2024
1 parent 724bdd2 commit f534a4b
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
>### **3 minute read                                                                                                                         `Beginner`**

### Assign access to the Service Account in Google Console

- Go to [Google Cloud Console](https://console.cloud.google.com) and sign in with your Gsuite account.

![image](https://user-images.githubusercontent.com/32592458/212658353-8fed1d92-2e9d-4a9f-99c9-a359dc08698f.png)

- Click on `IAM & Admin` and select `Service Accounts`.

<img width="1467" alt="image" src="https://github.com/user-attachments/assets/4864bf84-2ab1-44f5-957c-f80c62dc3ead"/>

<img width="1464" alt="image" src="https://github.com/user-attachments/assets/bcb9735b-088a-4a8f-abce-f382e081b720"/>

- Access the created `Service Account` and go to `Permissions`.

<img width="1282" alt="image" src="https://github.com/user-attachments/assets/3205a3b3-504b-4ff8-b9af-3870d8f2cc18"/>

- Click on Grant Access, select `New Principal`, enter the desired email address (e.g., reporting@projecttech4dev.org), and assign the role as `Owner`.

<img width="1308" alt="image" src="https://github.com/user-attachments/assets/b6ddcaee-8e5f-4b79-94e1-19a877d9a44e"/>

- Click `Save`.

0 comments on commit f534a4b

Please sign in to comment.