Skip to content

fix: removed editor from output of user roles command

Diego Molteni requested to merge slb/dm3/fix-output into master

The editor role has been removed from the output of the user roles command (this role is no more supported by SDMS) The output has also been cleaned by removing the redundant viewer roles for admins

BEFORE

$ sdutil user roles sd://slb

> Retriving seismic store roles ... OK

 - slb/dn3tasa             admin, editor, viewer
 - slb/gtc                 admin, editor, viewer
 - slb/sandbox             admin, editor, viewer
 - slb/structural-geology  admin, editor, viewer
 - slb/iskauge             viewer

AFTER

 $ sdutil user roles sd://slb

> Retriving seismic store roles ... OK

 - slb/dn3tasa             admin
 - slb/gtc                 admin
 - slb/sandbox             admin
 - slb/structural-geology  admin
 - slb/iskauge             viewer

Merge request reports