Delegate a script to other user #4634
Unanswered
LeandroSemedo99
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating a data handler in windmill web ide. When the user is logged in, the database to which their data goes is automatically inferred via a discovery service, causing the data to go to the specified database. If a user is manipulating data at the request of someone from another team, I want that data to go to the database of the user who requested it and not to the one who is manipulating it.
In the settings of a script, in the metadata, it is not possible to delegate a script to another user (to make it as if another user was running the script) and I would like to know how I can do this in windmill web ide, using python with mongodb integration.
Beta Was this translation helpful? Give feedback.
All reactions