noleu / software_containerization

2 stars 0 forks source link

Role based access control #16

Open noleu opened 8 months ago

noleu commented 8 months ago

Configure Role Based Access Control for the application. (2 points for each correct and useful role, with a maximum of 3 roles)

noleu commented 8 months ago

Proposal for RBAC ClusterRoles: Cluster Admin - manages all aspects of the cluster Application SysAdmin - Manages all infractructe aspects of the apllication, such as scaling, networking etc. (= Namespace) Developer - May read & update Deployments/Pods

noleu commented 8 months ago

replacing cluster admin with: Application Admin: may handle every aspect of the app