User guide

This is the user guide. In this setup, we will automatically install and configure the operators. After that, we will run an example.

Setting up the environment

  1. Go into the terminal on the right and run the following commands:

    • Log into azure CLI: az login --service-principal --username=insert_your_sp_here --password=insert_your_sppw_here --tenant=insert_your_tid_here

    • Export the AZURE_RESOURCE_GROUP variable. It will needed when setting up the operator: export AZURE_RESOURCE_GROUP=insert_your_rg_here

  2. If you need to use the web UI (not necessary in this workshop):

    • Navigate to the Openshift Console

    • Login as administrator:

      • Username: kubeadmin

      • Password: insert_your_pw_here

Automatically set up the environment

All you need to do is download this script, and let it run till it finishes.

The following scripts sets everything just as in the admin guide, with the exception that the container signature policy accepts any image.

curl -L https://raw.githubusercontent.com/confidential-devhub/workshop-on-ARO-showroom/refs/heads/main/helpers/configure.sh -o configure.sh

chmod +x configure.sh

./configure.sh

Now that the configuration is complete, let’s run some example!