Skip to content

hextrim/sgrudah

Repository files navigation

sgrudah

Authors: lo3k / evillain / Villain_0x1034

OpenShift API based tool to screen OpenShift projects

Quickstart

Enter hextrim project

oc project hextrim

Create user root within project hextrim

oc create serviceaccount robot

Add a local namespace admin role to user robot

oc policy add-role-to-user admin -z robot

Add a cluster wide cluster-admin role to user robot

oc adm policy add-cluster-role-to-user cluster-admin system:serviceaccount:hextrim:robot

Patch DeploymentConfig

oc patch dc/sgrudah --patch '{"spec":{"template":{"spec":{"serviceAccountName": "robot"}}}}'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors