Assign and View EFA Roles
You can assign a role to a user and to an LDAP group.
You can assign a role to a user and to an LDAP group.
# efa auth rolemapping add --name fabricuser --role FabricAdmin --type user Successfully added the role mapping
# efa auth rolemapping add --name "cn=viewer,dc=extr,dc=com" --role NetworkOperator --type group Successfully added the role mapping.
# efa auth rolemapping show ID Name Role Type 1 efauser SystemAdmin USER 2 fabricuser FabricAdmin USER 3 viewer NetworkOperator GROUP
# efa auth rolemapping remove --id 3 Deleted role mapping successfully