Skip to content

Commit

Permalink
simply JSON object
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarvey committed Apr 9, 2024
1 parent 7562e3f commit c822ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/backstage/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dashboard_admin_api_credentials=$(cat deployments/tyk/volumes/tyk-dashboard/tyk_

# this assumes that the backstage backend is available on the host machine on port 7007, and that it has the tyk entitiy provider installed
log_message "Adding API event webhook to default organisation"
updated_org_data=$(jq '.event_options += { "api_event": { "webhook": "http://host.docker.internal:7007/api/catalog/tyk/development/sync", "email": "", "redis": false } }' < deployments/tyk/data/tyk-dashboard/1/organisation.json)
updated_org_data=$(jq '.event_options += { "api_event": { "webhook": "http://host.docker.internal:7007/api/catalog/tyk/development/sync" } }' < deployments/tyk/data/tyk-dashboard/1/organisation.json)
api_response=$(curl $dashboard_base_url/admin/organisations/5e9d9544a1dcd60001d0ed20 --request PUT -s \
-H "admin-auth: $dashboard_admin_api_credentials" \
-d "$updated_org_data" 2>> logs/bootstrap.log)
Expand Down

0 comments on commit c822ddd

Please sign in to comment.