-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Grant access to the Service Account in Google Console.md
added steps for giving access to service account of GCS
- Loading branch information
1 parent
724bdd2
commit f534a4b
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
docs/6. FAQ/Grant access to the Service Account in Google Console.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
 | ||
|
||
- 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`. |