Can we set Job's StringVar with password properity? #5587
Unanswered
alicechiou
asked this question in
Q&A
Replies: 2 comments
-
Ideally you'd use the Secrets feature for this sort of information, rather than providing credentials as plaintext Job inputs. There are numerous places where Job parameters are potentially stored in the database and/or exposed to other users, for example in scheduled jobs, job results, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
But can we set different secret by different user? I mean when different user execute the job, they can only choose their own secret and use the secret connect to their own device. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi teams,
Is there any property on Job's StringVar by which we can hide user input information on the UI?
just like html
We don't want sensitive information to be displayed in the user interface.
Beta Was this translation helpful? Give feedback.
All reactions