#!/bin/sh set -eu scopes=" uapi_projects_get " ./generate-rsa-key t.key ./create-token t.key issuer audience "$scopes" > t.token cat < t.yaml log: - filename: t.log token-issuer: issuer token-audience: audience token-public-key: $(cat t.key.pub) statedir: t.state EOF ICK_CONTROLLER_CONFIG=t.yaml python3 ick_controller.py