I created a group in linux called operator with testuser as a member and assigned the role dkmf to the operator group with >grant role dkmf to group operator. This works as below I copied the output from >show role grant operator;
t> show role grant group operator;
+-------+---------------+-------------+----------+--+
| role | grant_option | grant_time | grantor |
+-------+---------------+-------------+----------+--+
| dkmf | false | NULL | -- |
+-------+---------------+-------------+----------+--+
1 row selected (0.061 seconds)
But when I am logged in as testuser and and try >show current roles;
the dkmf role does not show, the ones that were set before.
What's missing?