Skip to content

Commit 627b0ee

Browse files
committed
MQE-1671: document using credentials with vault in MFTF tests
1 parent 2e228d0 commit 627b0ee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Example:
204204
FW_BP=~/magento/magento2-functional-testing-framework
205205
```
206206

207-
## TESTS_MODULE_PATH
207+
### TESTS_MODULE_PATH
208208

209209
The path to where the MFTF modules mirror Magento modules.
210210

@@ -239,7 +239,7 @@ Modify the default value:
239239

240240
Example: `dev/tests/acceptance/utils/command.php`
241241

242-
## BROWSER
242+
### BROWSER
243243

244244
Override the default browser performing the tests.
245245

@@ -251,7 +251,7 @@ Example:
251251
BROWSER=firefox
252252
```
253253

254-
## CREDENTIAL_VAULT_ADDRESS
254+
### CREDENTIAL_VAULT_ADDRESS
255255

256256
The Api address for a vault server.
257257

@@ -264,7 +264,7 @@ Example:
264264
CREDENTIAL_VAULT_ADDRESS=http://127.0.0.1:8200
265265
```
266266

267-
## CREDENTIAL_VAULT_SECRET_BASE_PATH
267+
### CREDENTIAL_VAULT_SECRET_BASE_PATH
268268

269269
Vault secret engine base path.
270270

docs/credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ vault login -method -path
9898
The MFTF uses the `KV Version 2` secret engine for secret storage.
9999
More information for working with `KV Version 2` can be found in [Vault KV2][Vault KV2].
100100

101-
### Secrets path and key convention
101+
#### Secrets path and key convention
102102

103103
The path and key for secret data must follow the format:
104104

@@ -114,7 +114,7 @@ secret/mftf/magento/carriers_usps_userid
114114
secret/mftf/magento/carriers_usps_password
115115
```
116116

117-
### Write secrets to vault
117+
#### Write secrets to vault
118118

119119
You can use vault CLI or API to write secret data (credentials, etc) to vault. Here is a CLI example:
120120

0 commit comments

Comments
 (0)