You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MultiUser templates are creating cloned users and replicating grants.
Although this is convenient, we have to maintain the different grant methods in the different db engines templates with fair amount of complexity. When complexity deepens, we introduce risks of points of failures.
Since the <db_user> needs to be pre-created with the necessary grants, why not <db_user>_clone?
This discussion was converted from issue #44 on June 05, 2023 20:42.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
MultiUser templates are creating cloned users and replicating grants.
Although this is convenient, we have to maintain the different grant methods in the different db engines templates with fair amount of complexity. When complexity deepens, we introduce risks of points of failures.
Since the <db_user> needs to be pre-created with the necessary grants, why not <db_user>_clone?
Beta Was this translation helpful? Give feedback.
All reactions