OpenShift Role-based Access Control - RBAC (OpenShift Administration Part-5) RedHat Ex280
................................... ** If new to Docker, Podman, Kubernetes and Openshift then first see -- • Docker, Podman, Containers, Kubernetes and... ** For detail about OpenShift development -- • OpenShift Tutorial Role-based Access Control – RBAC Authorization Roles Cluster roles - cluster-admin cluster-status self-provisioner Local roles - admin basic-user edit view Lab: Configuring Authentication and Authorization 1. Create 4 types of users - admin, leader, developer, tester 2. Make the 'admin' user a cluster administrator 3. As the 'admin' user, remove the ability to create projects cluster wide. 4. Create 'managers' group, and add the 'leader' user to the group 5. Grant project creation privileges to the 'managers' group 4. Create 'developers' and 'testers' group, and add the 'developer' and 'tester' user to the group 5. Grant edit role to 'developers' and view role to 'testers' group commands-- htpasswd -c -b tmp_users admin admin htpasswd -b tmp_users leader leader htpasswd -b tmp_users developer developer htpasswd -b tmp_users tester tester oc create secret generic auth-secret --from-file htpasswd=tmp_users -n openshift-config oc get oauth cluster -o yaml gt oauth1.yaml spec: identityProviders: htpasswd: fileData: name: auth-secret mappingMethod: claim name: myusers type: HTPasswd oc replace -f oauth.yaml watch oc get pods -n openshift-authentication oc adm policy add-cluster-role-to-user cluster-admin admin oc login -u admin -p admin oc get nodes oc adm policy remove-cluster-role-from-group self-provisioner system:authenticated:oauth oc login -u developer -p developer oc new-project test-proj oc adm groups new managers oc adm groups add-users managers leader oc adm policy add-cluster-role-to-group self-provisioner managers oc new-project test-proj oc login -u admin -p admin oc adm groups new developers oc adm groups add-users developers developer oc policy add-role-to-group edit developers oc adm groups new testers oc adm groups add-users testers tester oc policy add-role-to-group view testers

OpenShift Security, Secrets, Configuration Maps (OpenShift Administration Part-6) RedHat Ex280

Effective RBAC - Jordan Liggitt, Red Hat

RBAC in Kubernetes Hands-On | RBAC | Kubernetes

From Kubernetes to OpenShift: What Changes and Why Enterprises Care

htpasswd add delete user and self provisioner role concept on OpenShift

What to teach when AI writes the code | Rainer Stropek | TEDxLinz

Kubernetes RBAC Explained

Kubernetes Security Best Practices you need to know | THE Guide for securing your K8s cluster!

OpenShift Authentication & Authorization, htpasswd (OpenShift Administration Part-4) RedHat Ex280

Turing Award Winner: Disagreeing with Google, Postgres, Future Problems | Mike Stonebraker

Krall & Bubeck: 100,000 jobs are just the beginning, there is no turning back

Kubernetes and OpenShift: What's the Difference?

Quotas, Limit Ranges for containers, pods & projects (OpenShift Administration Part-9) RedHat Ex280

Building a simple Talos Linux Kubernetes Cluster with the Tailscale K8s Operator

ENPAL COMPLETELY DISASSEMBLED: Why we almost lost our faith!

Ask an OpenShift Admin (Ep 33): Authentication and authorization

Creating & managing Users In OpenShift - Step By Step Guide - Lesson 11

Germany’s army chief on AI, drones and the future of the tank | The Economist

