mirror of
https://github.com/88lex/sa-gen.git
synced 2025-02-20 21:53:01 +08:00
Update README.md
This commit is contained in:
parent
86dada5b80
commit
d39064144f
1 changed files with 3 additions and 2 deletions
|
@ -3,9 +3,10 @@
|
|||
Usage: `./sa-gen` will run the script using the variables that you insert/edit below.
|
||||
|
||||
This script uses gcloud sdk to create multiple projects and up to 100 service accounts per project.
|
||||
It also downloads a json file for each service account that is created.
|
||||
It also downloads a json file for each service account that is created, putting a copy of the json file into the
|
||||
directory that you specify in `KEYS_DIR` in the script.
|
||||
|
||||
The script also creates a csv file that can be used to bulk upload service account emails to a google group,
|
||||
The script also creates a csv file in the `KEYS_DIR` directory that can be used to bulk upload service account emails to a google group,
|
||||
which can then be added to your Team Drives and/or My Drive folders. This allows you to use service accounts with rclone sync/copy
|
||||
|
||||
gcloud sdk can be installed with ```curl https://sdk.cloud.google.com | bash```
|
||||
|
|
Loading…
Reference in a new issue