Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
N/A
  • Loading branch information
Dawn-India committed Aug 6, 2024
1 parent 36b26a6 commit 3531ad8
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ RUN pip3 install --break-system-packages --no-cache-dir -r requirements.txt

COPY . .

RUN rm -rf py_generators config_sample.env Dockerfile LICENSE README.md requirements.txt

CMD ["bash", "start.sh"]
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ sudo docker logs <container_id> --follow
> **NOTE**: If you have created SAs in past from this script, you can also just re download the keys by running:
```
cd py_generators
python3 gen_sa_accounts.py --download-keys $PROJECTID
```

Expand All @@ -599,30 +600,35 @@ sudo docker logs <container_id> --follow
- List your projects ids

```
cd py_generators
python3 gen_sa_accounts.py --list-projects
```

- Enable services automatically by this command

```
cd py_generators
python3 gen_sa_accounts.py --enable-services $PROJECTID
```

- Create Sevice Accounts to current project

```
cd py_generators
python3 gen_sa_accounts.py --create-sas $PROJECTID
```

- Download Sevice Accounts as accounts folder

```
cd py_generators
python3 gen_sa_accounts.py --download-keys $PROJECTID
```

##### 2. Create Service Accounts in New Project

```
cd py_generators
python3 gen_sa_accounts.py --quick-setup 1 --new-only
```

Expand Down Expand Up @@ -669,6 +675,7 @@ sudo docker logs <container_id> --follow
- Run:

```
cd py_generators
python3 add_to_team_drive.py -d SharedTeamDriveSrcID
```

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3531ad8

Please sign in to comment.