@@ -36,6 +36,11 @@ var roleCommands = []Command{
Description: "Role Management",
Handler: assumeRole,
},
{
Names: []string{"attach-roletoidentity"},
Description: "Attach Role to Identity",
Handler: authAttachRoleToIdentity,
}
func assumeRole(args []string) {
The note is not visible to the blocked user.