-
Notifications
You must be signed in to change notification settings - Fork 26
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
[Canned reports][User management] Create Metabase users #844
Comments
|
@vinayvenu Option 1: Only Metabase users created via Avni will be here. Even in new organisations it is possible, someone might directly create users in Metabase, such users will not show up here. So email address conflict can happen for users who are already created in Metabase and when tried to again create in Avni - we can handle this. Option 2: Fetch metabase users and show up here. Can become complex when a user in Avni belongs to Metabase and other groups. More cases to solve Will discuss the above options with the team.
|
@ombhardwajj Was doing some testing for this card, and found the below issue: env: staging, org: JNPCT ![]() |
2 issues: @ombhardwajj
![]() |
… from Users Page in Avni and a fix for the case when user might have been removed from the user group
Use safe-getters in MetabaseService and refactor code into smaller methods.
…res due to operation being in-progress on Metabase
Resolved this by adding intermittent sleep between each step of Metabase setup, as this same request goes through successfully a few seconds later. |
|
…self_service_enabled
… metabase setup functionality
…s not yet setup
@1t5j0y Absorbed the review comments.. |
Looks good. Pending comment 5 to add privilege checks for the end points. |
… metabase endpoints in webapp
… metabase endpoints in webapp a
Need:
For self-service engineer persona: They can themselves setup users as well without needing Avni.
For implementation engineer persona: Reduced work for them.
AC:
- Add the user to the created group when the user is added to the Avni 'Metabase Users' group. If the group is not present then don't add the user to any group.
Analysis notes:
Questions:
How to manage when multiple groups created in Metabase? - I think we should not get into this groove.
Out of scope:
Old: Ignore
Technical suggestion:
Useful links:
metabase/metabase#7662 (comment)
Inputs:
- go via the server - for URL authentication
The text was updated successfully, but these errors were encountered: