ai/at
ai/at
1
0

curl を更新

syui 2025-05-05 00:25:39 +00:00
parent 52d9dbbb7e
commit cff9572140

13
curl.md

@ -425,3 +425,16 @@ url=https://${host}/xrpc/com.atproto.admin.updateSubjectStatus
json="{\"action\": \"com.atproto.admin.defs#authVerifier\", \"subject\": {\"$type\": \"com.atproto.admin.defs#repoRef\", \"did\": \"did:plc:example\"}}"
curl -X POST -u admin:${admin_password} -H "Content-Type: application/json" -d "$json" -sL $url
```
indigo-goatを使ってozoneを管理するようです。
https://github.com/bluesky-social/atproto/discussions/3607
```diff
# https://github.com/bluesky-social/atproto/blob/246562694fbc84dfcdace19c863f8fb2fe074739/packages/ozone/src/config/env.ts#L40-L44
verifierUrl: envStr('OZONE_VERIFIER_URL'),
verifierDid: envStr('OZONE_VERIFIER_DID'),
verifierPassword: envStr('OZONE_VERIFIER_PASSWORD'),
verifierIssuersToIndex: envList('OZONE_VERIFIER_ISSUERS_TO_INDEX'),
jetstreamUrl: envStr('OZONE_VERIFIER_JETSTREAM_URL'),
```