main
Лев 2025-08-25 16:03:21 +05:00
parent d7f35186e7
commit c5ddbf4c9c
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ def connect_hvac():
url='https://vlt.dataekb.ru:8222',
token=os.environ.get('VAULT_TOKEN'),
)
print(f"Vault URL: {os.getenv('VAULT_ADDR')}")
print(f"Token exists: {bool(os.getenv('VAULT_TOKEN'))}")
print(f"Authenticated: {client.is_authenticated()}")

View File

@ -6,4 +6,4 @@ services:
container_name: parse_saby
build: .
env_file:
- .env
- .venv