mirror of
https://github.com/88lex/sa-gen.git
synced 2025-02-22 22:53:03 +08:00
Update sa-gen
This commit is contained in:
parent
113e6e347b
commit
167533abe7
1 changed files with 3 additions and 0 deletions
3
sa-gen
3
sa-gen
|
@ -6,6 +6,9 @@
|
|||
# run gcloud init --console-only first and select a project
|
||||
# Create a folder for your keys before running the script
|
||||
KEYS_DIR=/opt/sa-gen/keys
|
||||
#
|
||||
# If you want to create more than 100 jsons then increment COUNT for each batch.
|
||||
# For the first batch COUNT=1. Second batch COUNT=101. Third batch COUNT=201 ...
|
||||
COUNT=1
|
||||
for name in sagen{1..100}; do
|
||||
echo creating service account for $name
|
||||
|
|
Loading…
Reference in a new issue