ceph / teuthology-api

A REST API to execute teuthology commands.
MIT License
2 stars 10 forks source link

Disabled github auth for dev setup and set up default as development #68

Closed AyishikD closed 1 week ago

AyishikD commented 1 week ago

Disabled github auth for dev setup and set up default as development

Fixes #66 Changed and removed github auth for development in suite.py route, main.py and the services part. The access_token check is skipped during dev setup. By default deployment is set to development if not explicitly mentioned

Checklist