We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9baa07 commit 81dc8ecCopy full SHA for 81dc8ec
src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/SecretStorage/VaultStorage.php
@@ -18,6 +18,7 @@ class VaultStorage extends BaseStorage
18
* Mftf project path
19
*/
20
const MFTF_PATH = '/mftf';
21
+
22
/**
23
* Vault kv version 2 data
24
@@ -27,10 +28,12 @@ class VaultStorage extends BaseStorage
27
28
* Default vault token file
29
30
const TOKEN_FILE = '.vault-token';
31
32
33
* Default vault config file
34
35
const CONFIG_FILE = '.vault';
36
37
38
* Environment variable name for vault config path
39
0 commit comments