From 91add1edd4f2fb3b5de6bdc2d479022796f10abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Fri, 28 Nov 2025 11:59:22 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA?= =?UTF-8?q?=D0=B0=20=D1=87=D1=82=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D0=B5?= =?UTF-8?q?=D0=BA=D1=82=D0=B5=D1=80=D0=BE=D0=B2=20Vault?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/working_database.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/working_database.py b/app/working_database.py index 13e9917..b4f9e7c 100644 --- a/app/working_database.py +++ b/app/working_database.py @@ -50,8 +50,8 @@ class SimpleDB: # Конец отладочной информации # Проверяем аутентификацию - if not client.is_authenticated(): - raise Exception("Vault authentication failed") + #if not client.is_authenticated(): + # raise Exception("Vault authentication failed") try: # Чтение секретов из Vault (основное, текущие)