distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Add `AuthToken.API_KEY` SQL ENUM #3398

Closed dbutenhof closed 1 year ago

dbutenhof commented 1 year ago

PBENCH-1136

Stage one: this doesn't fix the API key encryption problem (Nikhil is working on that), but this adds the missing SQL ENUM value.

Rather than creating a new Alembic revision file (which would be the normal process) I decided to keep this simple by updating the general API KEY revision file. As we have no database deployments we'll need to upgrade over this period, this strategy avoids adding another revision to the tree.