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
It is possible and sometimes useful to setup and use both `.credentials` file and vault for secret storage at the same time.
140
+
It is possible and sometimes useful to setup and use both `.credentials` file and vault for secret storage at the same time.
141
141
In this case, the MFTF tests are able to read secret data at runtime from both storage options, but the local `.credentials` file will take precedence.
142
142
143
143
<!-- {% raw %} -->
@@ -150,11 +150,12 @@ 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`
153
154
154
-
For example, reference secret data in the [`fillField`][] action with the `userInput` attribute.
155
+
For example, to reference secret data in the [`fillField`][] action, use the `userInput` attribute using a typical File Storage:
0 commit comments