File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ Example:
204
204
FW_BP=~/magento/magento2-functional-testing-framework
205
205
```
206
206
207
- ## TESTS_MODULE_PATH
207
+ ### TESTS_MODULE_PATH
208
208
209
209
The path to where the MFTF modules mirror Magento modules.
210
210
@@ -239,7 +239,7 @@ Modify the default value:
239
239
240
240
Example: ` dev/tests/acceptance/utils/command.php `
241
241
242
- ## BROWSER
242
+ ### BROWSER
243
243
244
244
Override the default browser performing the tests.
245
245
@@ -251,7 +251,7 @@ Example:
251
251
BROWSER=firefox
252
252
```
253
253
254
- ## CREDENTIAL_VAULT_ADDRESS
254
+ ### CREDENTIAL_VAULT_ADDRESS
255
255
256
256
The Api address for a vault server.
257
257
@@ -264,7 +264,7 @@ Example:
264
264
CREDENTIAL_VAULT_ADDRESS=http://127.0.0.1:8200
265
265
```
266
266
267
- ## CREDENTIAL_VAULT_SECRET_BASE_PATH
267
+ ### CREDENTIAL_VAULT_SECRET_BASE_PATH
268
268
269
269
Vault secret engine base path.
270
270
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ vault login -method -path
98
98
The MFTF uses the ` KV Version 2 ` secret engine for secret storage.
99
99
More information for working with ` KV Version 2 ` can be found in [ Vault KV2] [ Vault KV2 ] .
100
100
101
- ### Secrets path and key convention
101
+ #### Secrets path and key convention
102
102
103
103
The path and key for secret data must follow the format:
104
104
@@ -114,7 +114,7 @@ secret/mftf/magento/carriers_usps_userid
114
114
secret/mftf/magento/carriers_usps_password
115
115
```
116
116
117
- ### Write secrets to vault
117
+ #### Write secrets to vault
118
118
119
119
You can use vault CLI or API to write secret data (credentials, etc) to vault. Here is a CLI example:
120
120
You can’t perform that action at this time.
0 commit comments