Skip to content

Commit

Permalink
Merge pull request #41 from MDrollette/mdrollette/request-crawl-auth
Browse files Browse the repository at this point in the history
pdsadmin: don't send admin password to relay
  • Loading branch information
devinivy authored Feb 22, 2024
2 parents 0196382 + 4277fc0 commit 15f05a7
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 15f05a7

Please sign in to comment.