| `ACCEPTANCE_ALWAYS` | Force to execute the test after each commit (even on development branches) | `false` |
| `REVIEW_ENABLED` | Set to `true` to enable Robot Framework tests on review environments (_dynamic environments instantiated on development branches_) | _none_ (disabled) |
| `base-image` / `ROBOT_BASE_IMAGE` | The Docker image used to run Robot Framework | `registry.hub.docker.com/ppodgorsek/robot-framework:latest` |
| `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable Robot Framework tests on review environments (_dynamic environments instantiated on development branches_) | _none_ (disabled) |
Notes:
* :warning: the Robot Framework project does not maintain an official Docker image. Use the default Docker image at your own risks. See the to-be-continuous [documentation](https://to-be-continuous.gitlab.io/doc/secu/#image-selection) for more details.
@@ -144,11 +170,11 @@ This variant allows delegating your secrets management to a [Vault](https://www.
In order to be able to communicate with the Vault server, the variant requires the additional configuration parameters:
| Name | Description | Default value |
| Input / Variable | Description | Default value |
| `TBC_VAULT_IMAGE` | The [Vault Secrets Provider](https://gitlab.com/to-be-continuous/tools/vault-secrets-provider) image to use (can be overridden) | `registry.gitlab.com/to-be-continuous/tools/vault-secrets-provider:master` |
| `VAULT_BASE_URL`| The Vault server base API url | _none_ |
| `VAULT_OIDC_AUD`| The `aud` claim for the JWT | `$CI_SERVER_URL` |
| `vault-base-url` / `VAULT_BASE_URL` | The Vault server base API url | _none_ |
| `vault-oidc-aud` / `VAULT_OIDC_AUD` | The `aud` claim for the JWT | `$CI_SERVER_URL` |
| :lock: `VAULT_ROLE_ID` | The [AppRole](https://www.vaultproject.io/docs/auth/approle) RoleID | **must be defined** |
| :lock: `VAULT_SECRET_ID` | The [AppRole](https://www.vaultproject.io/docs/auth/approle) SecretID | **must be defined** |
@@ -166,7 +192,7 @@ Then you may retrieve any of your secret(s) from Vault using the following synta