Open qui458 opened 2 weeks ago
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
hey @Ben8t , thanks for the response! I have tried another user which contains other chars, seems the issue is the same:
due to client's company user policies, I cannot create or try a user with simpler password, though..
Hello, I've also experienced this issue. IIRC this is also a problem in case of other SMB Tasks: Move,Upload at least.
Changing password to exclude any special (needing escaping) URI characters helped.
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