Groupadmin view fireedge

Hi, we seem to be having issues with group admin users in Fire edge on 6.10.

It seems none of the users who are listed as group admins for the default user group can see the defined group admin view in fire edge. Legacy Sunstone works as expected.

GROUP TEMPLATE
FIREEDGE=[
  DEFAULT_VIEW="user",
  GROUP_ADMIN_DEFAULT_VIEW="groupadmin",
  GROUP_ADMIN_VIEWS="groupadmin",
  VIEWS="user" ]
OPENNEBULA=[
  DEFAULT_IMAGE_PERSISTENT="NO",
  DEFAULT_IMAGE_PERSISTENT_NEW="NO" ]
SUNSTONE=[
  DEFAULT_VIEW="user",
  GROUP_ADMIN_DEFAULT_VIEW="groupadmin",
  GROUP_ADMIN_VIEWS="groupadmin,user",
  VIEWS="user" ]

USER ID ADMIN
      2 *
      3 *

but in Fireedge for users 2 &3 only the user view shows

Hi @samoz83 !

So I just tried this myself with your exact template and it seems to work as intended. Perhaps the view is missing entirely and thus cannot be loaded?

Could you please list the contents of your FSunstone configuration directory, usually located at /etc/one/fireedge/sunstone ?

Regards,
Victor

Hi, we have a view folder with the same name, and it has a number of template files inside. The oneadmin user can use the view as well without any issues.

drwxr-x---. 2 root oneadmin 4096 Sep  4 18:26 admin
drwxr-x---. 2 root oneadmin  130 Sep  4 18:26 cloud
drwxr-x---. 2 root oneadmin 4096 Sep  4 18:26 groupadmin
-rw-r-----. 1 root oneadmin 3441 Sep  5 17:35 sunstone-server.conf
-rw-r-----. 1 root oneadmin 1227 Sep  6 15:29 sunstone-views.yaml
drwxr-x---. 2 root oneadmin 4096 Sep  4 18:26 user

Okay, so after more testing it seems the issue is when selecting multiple group admins it doesn’t treat any of them as group admins. Selecting just one does then show all the group admins views to that one user.