Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 742803a

Browse files
committed
Update database seed for Kong 1.0 Admin API proxy (rc3)
1 parent 8de54fc commit 742803a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/prerelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ if [ -n "$admin_key" ]
2121
then
2222
echo "Setting Admin API key to value of KONG_HEROKU_ADMIN_KEY"
2323
# This `id` matches the "kong-admin" keyauth_credentials record contained in "config/pg-heroku-admin.dump"
24-
psql "$DATABASE_URL" -c "UPDATE keyauth_credentials SET key='${admin_key}' WHERE id='d316d9e3-8c9c-4b75-9895-6f7721d933db';"
24+
psql "$DATABASE_URL" -c "UPDATE keyauth_credentials SET key='${admin_key}' WHERE id='8e4b1774-0b0f-463f-bab1-6468d1fdc5c3';"
2525
fi

config/pg-heroku-admin.dump

4.05 KB
Binary file not shown.

0 commit comments

Comments
 (0)