Skip to content

Commit e60480b

Browse files
author
Ignacy Osetek
committed
Add information about secrets script
Add to README.md information about using generate_secrets.py script.
1 parent cb06a0e commit e60480b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,25 @@ Current App Net Interface defines following secrets.
6969
Currently, there are no mandatory credentials. Depending on the App Net
7070
Interface configuration, some of them are required and some not.
7171

72+
### Python script
73+
74+
To not create all scripts manually, there is a python script
75+
`generate_secrets.py` which can be used to automatically render and
76+
deploy necessary secrets.
77+
78+
```
79+
AWI_GCP_CREDENTIALS_FILE="PATH_TO_JSON_FILE" python3 generate_secrets.py
80+
```
81+
82+
To view the list of available arguments run:
83+
84+
```
85+
python3 generate_secrets.py --help
86+
```
87+
88+
Currently, script names are not customizable, they are expected to be
89+
named as described below.
90+
7291
### Catalyst SDWAN Credentials
7392

7493
Needed when App Net Interface uses Catalyst SDWAN as a connector

0 commit comments

Comments
 (0)