Replies: 1 comment 1 reply
-
@Datron - I think new tenant for tenant configs is the right thing as concluded. But for immediate usage without boiling the ocean around handling the problem in diesel - I'd like to see if we can use cac_toml to get a CAC version of the tenant config out and then once we solve the diesel issue we can make it a proper tenant. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Questions
cac_toml
be used here?Solutions
Tenant Config as a tenant in Superposition
Pros
Cons
Tenant Config as a table in postgres tenant schema
The tenant config key and value would be stored in the same schema as the current tenant. The table structure would be
Pros:
Cons
Conclusion
We should create a new tenant for tenant configs
Beta Was this translation helpful? Give feedback.
All reactions