summaryrefslogtreecommitdiff
path: root/run-debug
diff options
context:
space:
mode:
Diffstat (limited to 'run-debug')
-rwxr-xr-xrun-debug4
1 files changed, 3 insertions, 1 deletions
diff --git a/run-debug b/run-debug
index 8af8844..3a4ae68 100755
--- a/run-debug
+++ b/run-debug
@@ -21,7 +21,7 @@ uapi_projects_get
"
./generate-rsa-key t.key
-./create-token t.key issuer audience "$scopes" > t.token
+./create-token < t.key issuer audience "$scopes" > t.token
cat <<EOF > t.yaml
log:
- filename: t.log
@@ -29,6 +29,8 @@ token-issuer: issuer
token-audience: audience
token-public-key: $(cat t.key.pub)
statedir: t.state
+auth-url: http://auth.example.com
+artifact-store: http://blobs.example.com
EOF
ICK_CONTROLLER_CONFIG=t.yaml python3 ick_controller.py