Skip to content

Commit

Permalink
fix: disable verify in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoVoges committed Oct 5, 2023
1 parent c590206 commit ee33772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/vault_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def __init__(self):
self.vault_container = self.setup_container()
self.setup_vault()

# disable tls verify for all clients
self.parameters["VAULT_SKIP_VERIFY"] = True

def setup_container(self):
env = {
"VAULT_LOCAL_CONFIG": '{"backend": {"file": {"path": "/vault/file"}}, "listener":{"tcp":{"address":"0.0.0.0:8200","tls_disable":"true"}}}'
Expand Down

0 comments on commit ee33772

Please sign in to comment.