#+TITLE: Openshift security hackathon #+DATE: <2024-09-26 Thu> #+AUTHOR: James Blair This document captures the steps required to set up an instance of the workshop. * Log in to cluster #+begin_src tmux oc login --web https://api.cluster-wc9vg.wc9vg.sandbox1332.opentlc.com:6443 #+end_src * Update cluster logo #+begin_src tmux oc create configmap console-custom-logo --from-file=/home/james/Downloads/logo.png -n openshift-config cat << EOF | oc apply --filename - apiVersion: operator.openshift.io/v1 kind: Console metadata: name: cluster spec: customization: customLogoFile: key: logo.png name: console-custom-logo customProductName: ACME Financial Services OpenShift Console EOF #+end_src