© 2023 Hashnode
#rbac
Colleague: Hi sis, can I use your computer for a minute? I'm having a downtime at the moment.Me: 🤒 (In my head, I'm such a nice person but the security professional in me is errrmmm, scratches my he…
Roles-based access control (RBAC) is a security approach that uses roles to define what a user is and isn’t allowed to do. In a RBAC system, users are assigned roles with varying permissions for diffe…
What is Authorization? Authorization is all about answering the question “Is this user allowed to do a certain operation?”. This is different from Authentication in which we answer the question “Whic…
Kubernetes(K8s) role-based access control is a powerful tool in restricting access to resources within a Kubernetes cluster. In this post, we shall briefly discuss what role-based access control is, a…
Part 1:What is role and rights? Role rights implementation is an important part of any software. Role is a position of responsibility and every responsibility enjoys some rights given to them. There m…