Class 25 reading - morgan-401-advanced-javascript/seattle-javascript-401n14 GitHub Wiki

Read

what is rbac?

link

  • Role-based access control (RBAC) restricts network access based on a person's role within an organization and has become one of the main methods for advanced access control. The roles in RBAC refer to the levels of access that employees have to the network. Ex
  • Management role scope – it limits what objects the role group is allowed to manage.
  • Management role group – you can add and remove members.
  • Management role – these are the types of tasks that can be performed by a specific role group.
  • Management role assignment – this links a role to a role group.
  • Primary – the primary contact for a specific account or role.
  • Billing – access for one end-user to the billing account.
  • Technical – assigned to users that perform technical tasks.
  • Administrative – access for users that perform administrative tasks.

Bookmark

react-cookies component

link

react-cookie library

link