orbitalci / orbital

Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
GNU General Public License v3.0
29 stars 2 forks source link

StorageCreds should be refactored to more clearly separate static and dynamic credentials #186

Closed tjtelan closed 5 years ago

tjtelan commented 5 years ago

The StorageCreds construct is a little confusing because it is doing too much. An interface that implements StorageCreds is easier to describe.

I'm considering renaming these series of types to reinforce that storage is the Postgres db.