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
Copy file name to clipboardExpand all lines: docs/credentials.md
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -151,20 +151,13 @@ Define the value as a reference to the corresponding key in the credentials file
151
151
-`_CREDS` is an environment constant pointing to the `.credentials` file
152
152
-`my_data_key` is a key in the the `.credentials` file or vault that contains the value to be used in a test step
153
153
- for File Storage, ensure your key contains the vendor prefix, i.e. `vendor/my_data_key`
154
-
- for Vault Storage, ensure your key contains your secret basepath + `/mftf/` + your vendor prefix + `/` and finally your key, i.e. `secret/mftf/vendor/my_data_key`
155
154
156
155
For example, to reference secret data in the [`fillField`][] action, use the `userInput` attribute using a typical File Storage:
0 commit comments