configu / configu

Open-source ConfigOps infrastructure ⚙️

Home Page:https://configu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjust `ConfiguConfigStore` for the `Approval Queue` feature

RichardAkman opened this issue · comments

Suggestion

The ConfiguConfigStore class set method currently doesn't acknowledge that configs might not have been mutated but instead inserted into an approval queue for admin review. To indicate to users of the store, the method should throw an exception in this scenario.

Motivation

Improved UX and clarity to users of ConfiguConfigStore

Tasks

  • TS SDK implementation
  • CLI implementation
  • Python SDK implementation
  • Go SDK implementation