mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
973 stars 49 forks source link

tokenserver requires deprecated boto #1532

Closed 0-wiz-0 closed 6 months ago

0-wiz-0 commented 6 months ago

https://github.com/mozilla-services/syncstorage-rs/blob/143e93b66f27e0d03509d17db8da53f9397fe73e/tools/tokenserver/requirements.txt#L1 says that tokenserver needs boto. boto has a big warning on its homepage that it has been replaced by boto3 and is unsupported. (I can't tell from the README if tokenserver itself is still supported or needed.)

┆Issue is synchronized with this Jira Task

jrconlin commented 6 months ago

Yeah, the script that relies on that is also fairly old.

I contacted the FxA folk, and they suggest using a WebHook based system. If you don't mind, I may close this issue and open up a new one proposing we add the webhook to the syncstorage-rs tokenserver implementation.

0-wiz-0 commented 6 months ago

Sure, let's do it this way! Thanks for the quick reply.