In order to support new secrets in 25-4 release, please make the following replacements in a file ydb/core/viewer/monitoring/static/js/async/55346.b0e11476.js
CREATE OBJECT secret_name (TYPE SECRET) WITH value="secret_value";
->
CREATE SECRET secret_name WITH (value="secret_value");
(in two places)
-
TOKEN_SECRET_NAME -> TOKEN_SECRET_PATH (in two places)
-
PASSWORD_SECRET_NAME="your_password" -> PASSWORD_SECRET_PATH="password_secret_name"