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 d49d7ca commit dfce9d9Copy full SHA for dfce9d9
internal/sops/hcvault/keysource_test.go
@@ -39,6 +39,7 @@ var (
39
// make use of the various `test*` variables.
40
func TestMain(m *testing.M) {
41
// this is set to prevent "certificate signed by unknown authority" errors
42
+ os.Setenv("VAULT_SKIP_VERIFY", "true")
43
os.Setenv("VAULT_INSECURE", "true")
44
t := &testing.T{}
45
coreConfig := &vault.CoreConfig{
0 commit comments