Skip to content

Commit 81dc8ec

Browse files
committed
MQE-1647:  read vault token from local file system
- allow secret base path configurable
1 parent f9baa07 commit 81dc8ec

File tree

1 file changed

+3
-0
lines changed
  • src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/SecretStorage

1 file changed

+3
-0
lines changed

src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/SecretStorage/VaultStorage.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class VaultStorage extends BaseStorage
1818
* Mftf project path
1919
*/
2020
const MFTF_PATH = '/mftf';
21+
2122
/**
2223
* Vault kv version 2 data
2324
*/
@@ -27,10 +28,12 @@ class VaultStorage extends BaseStorage
2728
* Default vault token file
2829
*/
2930
const TOKEN_FILE = '.vault-token';
31+
3032
/**
3133
* Default vault config file
3234
*/
3335
const CONFIG_FILE = '.vault';
36+
3437
/**
3538
* Environment variable name for vault config path
3639
*/

0 commit comments

Comments
 (0)