File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,25 @@ Current App Net Interface defines following secrets.
6969Currently, there are no mandatory credentials. Depending on the App Net
7070Interface 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
7493Needed when App Net Interface uses Catalyst SDWAN as a connector
You can’t perform that action at this time.
0 commit comments