It seems like the formatting for doing bulk permission checks puts the subject object type and the object id the wrong way round in the console output. If I run, for example,
zed permission bulk project:id#manage@project:id
I get
project:id#manage@id:project => false
Presumably the object type should come first. Seems like there is a typo/misordering in the Printfinternal/commands/permission.go line 333.
It seems like the formatting for doing bulk permission checks puts the subject object type and the object id the wrong way round in the console output. If I run, for example,
I get
Presumably the object type should come first. Seems like there is a typo/misordering in the
Printf
internal/commands/permission.go
line 333.Minor issue with easy fix.