diff options
author | grigoriypisar <grigoriypisar@yandex-team.com> | 2023-11-08 13:43:08 +0300 |
---|---|---|
committer | grigoriypisar <grigoriypisar@yandex-team.com> | 2023-11-08 15:02:15 +0300 |
commit | 52e23495a9390cac8f528198780a559df1cb5ea3 (patch) | |
tree | b6484f753c3019321a90087b159be4f1a02835d7 /.mapping.json | |
parent | 07edcf8c7ece3559597b0db82f1d0d103a8ed4be (diff) | |
download | ydb-52e23495a9390cac8f528198780a559df1cb5ea3.tar.gz |
added iam token passing
Added iam token authentification
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json index bbc838ef39..5fc5d1e849 100644 --- a/.mapping.json +++ b/.mapping.json @@ -9805,6 +9805,16 @@ "ydb/tests/tools/idx_test/CMakeLists.linux-x86_64.txt":"", "ydb/tests/tools/idx_test/CMakeLists.txt":"", "ydb/tests/tools/idx_test/CMakeLists.windows-x86_64.txt":"", + "ydb/tests/tools/kqprun/CMakeLists.darwin-x86_64.txt":"", + "ydb/tests/tools/kqprun/CMakeLists.linux-aarch64.txt":"", + "ydb/tests/tools/kqprun/CMakeLists.linux-x86_64.txt":"", + "ydb/tests/tools/kqprun/CMakeLists.txt":"", + "ydb/tests/tools/kqprun/CMakeLists.windows-x86_64.txt":"", + "ydb/tests/tools/kqprun/src/CMakeLists.darwin-x86_64.txt":"", + "ydb/tests/tools/kqprun/src/CMakeLists.linux-aarch64.txt":"", + "ydb/tests/tools/kqprun/src/CMakeLists.linux-x86_64.txt":"", + "ydb/tests/tools/kqprun/src/CMakeLists.txt":"", + "ydb/tests/tools/kqprun/src/CMakeLists.windows-x86_64.txt":"", "yt/CMakeLists.txt":"", "yt/cpp/CMakeLists.txt":"", "yt/cpp/mapreduce/CMakeLists.txt":"", |