Skip to content

Commit

Permalink
pdsadmin: don't send admin password to relay
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrollette committed Feb 22, 2024
1 parent 0196382 commit 4277fc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pdsadmin/request-crawl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ for host in ${RELAY_HOSTS//,/ }; do
--silent \
--show-error \
--request POST \
--user "admin:${PDS_ADMIN_PASSWORD}" \
--header "Content-Type: application/json" \
--data "{\"hostname\": \"${PDS_HOSTNAME}\"}" \
"https://${host}/xrpc/com.atproto.sync.requestCrawl" >/dev/null
Expand Down

0 comments on commit 4277fc0

Please sign in to comment.