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
Hey there, I was just trying to stop the UI from showing potentially sensitive arguments unnecessarily. I looked through the code and there doesn't seem to be an easy way to do this even with monkey patching so I forked and modified the job.erb like this shifthealthparadigms@8615c0d
Is that the only option or is there something I missed?
Thanks, we really appreciate the project.
The text was updated successfully, but these errors were encountered:
And introduce a filter_parameters sort of array of symbols to look for, your value could be could be [:arguments], to generalize/externalize what you've done on your fork a bit.
Hey there, I was just trying to stop the UI from showing potentially sensitive arguments unnecessarily. I looked through the code and there doesn't seem to be an easy way to do this even with monkey patching so I forked and modified the job.erb like this shifthealthparadigms@8615c0d
Is that the only option or is there something I missed?
Thanks, we really appreciate the project.
The text was updated successfully, but these errors were encountered: