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
Or add new key & value pairs for your own credentials. The keys use the following format:
58
+
Or add new key/value pairs for your own credentials. The keys use the following format:
59
59
60
60
```conf
61
61
<vendor>/<key_name>=<key_value>
@@ -150,16 +150,16 @@ Define the value as a reference to the corresponding key in the credentials file
150
150
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
-
- 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`
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
155
156
156
For example, to reference secret data in the [`fillField`][] action, use the `userInput` attribute using a typical File Storage:
0 commit comments