unioslo / tsd-api-client

Command line client for the TSD HTTP API
BSD 3-Clause "New" or "Revised" License
13 stars 5 forks source link

tacl --basic uploads do not respect --group argument #133

Open ofrei opened 6 months ago

ofrei commented 6 months ago

I'm able to use tacl p33 --basic --upload <filename> command and it works correctly. I'm also able to use tacl p33 --group p33-ofrei-group --upload <filename> command and it also works correctly, placing <filename> into my own subgroup inside file-import folder on TSD. Combining these two commands like this don't work: tacl p33 --basic --group p33-ofrei-group --upload <filename> This command seem to succeed to the caller, but no file ever shows up inside TSD - neigher in p33-member-group, nor in p33-ofrei-group.

leondutoit commented 4 months ago

Thanks for reporting, this is actually something that needs to be fixed on the auth side, we have an issue for it, hope to come around to it soon.