main
Лев 2025-08-25 16:42:48 +05:00
parent 08fa7d727d
commit 5e5c53b724
2 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,6 @@ import hvac
def connect_hvac():
for key, value in environ.items():
print(f"{key}={value}")
client = hvac.Client(
url='https://vlt.dataekb.ru:8222',
token= environ.get('VAULT_TOKEN'),

View File

@ -1,4 +1,4 @@
version: '3.12'
version: '3.8'
services:
Parse_saby: