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
hi!
currently I am testing io.kestra.plugin.fs.smb.Trigger and it seems that extra secure passwords do not work with, - it throws Illegal character in authority at index error and outputs a plain text exposed password to logs as well (see in screenshot). seems like the plugin does not escape all the symbols, but only a few (1st in screenshot is why the error comes up, 2nd is being escaped, ie. converted to hex).
in my flow config I am using KV store for password, so it should act as a string normally.
am I perhaps setting something wrong, or is there a minor issue with the trigger plugin itself?
Hello @qui458 , thanks for raising this one. Can you try with a password which doesn't contain this kind of char please ? Just to check if it's a plugin issue or something of a higher order
Describe the issue
hi!
currently I am testing
io.kestra.plugin.fs.smb.Trigger
and it seems that extra secure passwords do not work with, - it throws Illegal character in authority at index error and outputs a plain text exposed password to logs as well (see in screenshot). seems like the plugin does not escape all the symbols, but only a few (1st in screenshot is why the error comes up, 2nd is being escaped, ie. converted to hex).in my flow config I am using KV store for password, so it should act as a string normally.
am I perhaps setting something wrong, or is there a minor issue with the trigger plugin itself?
thanks!
flow:
issuing screenshot:
Environment
The text was updated successfully, but these errors were encountered: