aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoromgronny <omgronny@yandex-team.com>2024-10-12 12:09:59 +0300
committeromgronny <omgronny@yandex-team.com>2024-10-12 12:21:38 +0300
commit1f3ab4445d593ee7b54cbc23b43efe66a7e16fb1 (patch)
tree8319e56605cd25884fdc684c7fe7e2716d79281b
parente1bd848585eb0c1b540709db81d30229d296bd67 (diff)
downloadydb-1f3ab4445d593ee7b54cbc23b43efe66a7e16fb1.tar.gz
YT-11222, YT-21401: Add ACO to operation spec
* Changelog entry\ Type: feature\ Component: scheduler Add operations permission validation via access control objects. commit_hash:bf61ba8eb1c8e41a65e71a4f4e32884dfd9e46b1
-rw-r--r--yt/yt/client/scheduler/public.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/scheduler/public.h b/yt/yt/client/scheduler/public.h
index bcc8c61f1a..ac7afba09b 100644
--- a/yt/yt/client/scheduler/public.h
+++ b/yt/yt/client/scheduler/public.h
@@ -67,6 +67,7 @@ YT_DEFINE_ERROR_ENUM(
((MasterDisconnected) (218))
((NoSuchJobShell) (219))
((JobResourceLimitsRestrictionsViolated) (220))
+ ((CannotUseBothAclAndAco) (221))
);
DEFINE_ENUM(EUnavailableChunkAction,