You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bigger issue with init cluster in the operator. We don't use init_cluster.py script from ytsaurus repository and probably miss other important parts from it too.
In this ticket I would like to address ACLs for cypress nodes. Let's do @inherit_acl=%false for //sys, //sys/admin, //sys/tokens and //sys/tablet_cells. Let's make reasonable @acl to /. //sys, //sys/query_tracker, etc.
I checked in minikube that sensitive directories have allow everyone read. //sys, //sys/query_tracker, //sys/tablet_cells. //sys/admin does not exist by some reason
The text was updated successfully, but these errors were encountered:
There is a bigger issue with init cluster in the operator. We don't use init_cluster.py script from
ytsaurus
repository and probably miss other important parts from it too.In this ticket I would like to address ACLs for cypress nodes. Let's do
@inherit_acl=%false
for//sys
,//sys/admin
,//sys/tokens
and//sys/tablet_cells
. Let's make reasonable@acl
to/
.//sys
,//sys/query_tracker
, etc.I checked in minikube that sensitive directories have
allow everyone read
.//sys
,//sys/query_tracker
,//sys/tablet_cells
.//sys/admin
does not exist by some reasonThe text was updated successfully, but these errors were encountered: