-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Fix configs to support multi-tenancy #346
Labels
bug
Something isn't working
Comments
roberlander2
added a commit
that referenced
this issue
Jan 26, 2023
18 tasks
roberlander2
added a commit
that referenced
this issue
Feb 13, 2023
roberlander2
added a commit
that referenced
this issue
Feb 14, 2023
roberlander2
added a commit
that referenced
this issue
Feb 14, 2023
roberlander2
added a commit
that referenced
this issue
Feb 15, 2023
roberlander2
added a commit
that referenced
this issue
Feb 16, 2023
roberlander2
added a commit
that referenced
this issue
Feb 16, 2023
roberlander2
added a commit
that referenced
this issue
Feb 18, 2023
18 tasks
18 tasks
roberlander2
added a commit
that referenced
this issue
Feb 23, 2023
roberlander2
added a commit
that referenced
this issue
Mar 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The current implementation of
ApplicationConfig
does not support multi-tenancy. Only one application config is used (based on environment variables), so any functions using data from anApplicationConfig
will not support multi-tenancy.Expected behavior
Implement the
configs
collection solution from https://github.com/rokwire/building-block-template-go and addType
,AppID
, andOrgID
fields to support multi-tenancy. Also, aSystem
flag should be added to configs to allow system-level users to control which configs may be modified by lower-level admins.SyncConfig
andManagedGroupConfig
should both be stored in theconfigs
collection.The text was updated successfully, but these errors were encountered: