@@ -22,7 +22,7 @@ Retrieve authentication token using API.
```
2. with **implicit** Service Account and Workload Identity Provider retrieved from to-be-continuous standard variables for an **explicitly** specified environment (_production_ here):
```
GET /token?envType=prod
GET /token?envType=production
```
3. with **implicit** Service Account and Workload Identity Provider retrieved from to-be-continuous standard variables for **implicitly** guessed current environment):
```
@@ -43,11 +43,12 @@ Retrieve authentication token using API.
When not explicitly set, `serviceAccount` and `workloadIdentityProvider` values are retrieved from to-be-continuous standard variables for the associated `envType` (`envType` itself may also be guessed, see next chapter):
| `envType` | `serviceAccount` value | `workloadIdentityProvider` value |