ceph / teuthology-api

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

Disable github authentication for dev setup #66

Open VallariAg opened 1 month ago

VallariAg commented 1 month ago

If DEPLOYMENT env variable is "development", skip the need of github authentication to send request to endpoints like /suite for local dev setup. This would make it easier for new developers to get started.