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
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
if I have a farm of workers call them 'A' and another farm of workers 'B'....(both sharing the same etcd cluster) if a user logged into one of the 'A' nodes the user should not be able to create a fleet target for node of type 'B'.
The text was updated successfully, but these errors were encountered:
I thought the metadata was baked in with the cloud-config? If the metadata in the cloud-config does not match the metadata in the fleet unit file then do not let the fleet command complete.
the only way someone should be able to sidestep the cloud-config metadata setting would be to have root or equivalent permissions. To be clear I'm trying to prevent fleet from launching a service on a machine who's metadata does not match the origin? Systemctl launches services on the local machine not across the net to a remote system.
if on the etcd cluster then send any fleet command to any nodes in the worker domain.
if in worker domain A then only launch fleet commands in domain A.
if in worker domain B then only launch fleet commands in domain B.
Never in domain A and launching in B.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
if I have a farm of workers call them 'A' and another farm of workers 'B'....(both sharing the same etcd cluster) if a user logged into one of the 'A' nodes the user should not be able to create a fleet target for node of type 'B'.
The text was updated successfully, but these errors were encountered: