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
I tried nq and nqtail in a user envirionment to sequentially run programs.
The issue I see is that the other user can see the program output (via nqtail) of the job started from the other user.
user1:
nq command1
nqtail -> sees his output
user2
nq command2
nqtail -> sees output of command1 and then command2
Is there a way that the user only sees the output of his own jobs?
The text was updated successfully, but these errors were encountered:
You can patch that in by checking the uid of the file creator, but you cannot stop users from seeing the logs, as the log file itself needs to be readable.
yes, its clear that the files can be seen by all users since these files are readable by all users.
My concern is more the user experience, if the user sees the output of others: its confusing.
By default I cannot pass the UID to nqtail, or am I wrong?
I tried nq and nqtail in a user envirionment to sequentially run programs.
The issue I see is that the other user can see the program output (via nqtail) of the job started from the other user.
user1:
nq command1
nqtail -> sees his output
user2
nq command2
nqtail -> sees output of command1 and then command2
Is there a way that the user only sees the output of his own jobs?
The text was updated successfully, but these errors were encountered: