You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -219,8 +228,9 @@ The configuration of the STACKIT webhook can be accomplished through command lin
219
228
Below are the options that are available.
220
229
221
230
-`--project-id`/`PROJECT_ID` (required): Specifies the project id of the STACKIT project.
222
-
-`--auth-token`/`AUTH_TOKEN` (required if `auth-key-path` is not set): Defines the authentication token for the STACKIT API. Mutually exclusive with 'auth-key-path'.
223
-
-`--auth-key-path`/`AUTH_KEY_PATH` (required if `auth-token` is not set): Defines the file path of the service account key for the STACKIT API. Mutually exclusive with 'auth-token'.
231
+
-`--auth-key-path`/`AUTH_KEY_PATH` (required): Defines the file path of the service account key for the STACKIT API.
232
+
Prefer using a Kubernetes Secret mounted as a file and set `AUTH_KEY_PATH` to the in-container path
233
+
(e.g. `/var/run/secrets/stackit/sa.json`).
224
234
-`--worker`/`WORKER` (optional): Specifies the number of workers to employ for querying the API. Given that we
225
235
need to iterate over all zones and records, it can be parallelized. However, it is important to avoid
226
236
setting this number excessively high to prevent receiving 429 rate limiting from the API (default 10).
0 commit comments