-
Notifications
You must be signed in to change notification settings - Fork 465
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
Grant access to users to manage specific databases #1492
Comments
XML users can't be modified with SQL allow_databases + grant doesn't work together this is expected behavior
this should work, could you check |
yeah in theory this should work from looking at this config
however
by the way, this is my manifest, also added management to her db as previous code didn't work : 1
restarting pods not helping either, any idea what else can I try ? |
could you try
and check
|
I have the same issue. I've tried several configurations, but still has the same error.
or
I even tried to grant permissions from another user:
but every time I have the same error
|
@Philippians413 all your three variants wrong, read error message spec:
configuration:
user_name/grants:
- <GRANT_NAME> ON db.table @darioneto any news from your side? |
@Slach
but it fails on
I've tried a lot of things, but nothing works. |
@Philippians413 sorry missed spec:
configuration:
users:
user_name/grants:
- <GRANT_NAME> ON db.table |
@Slach I made with this configuration, but the error in the same
|
@Philippians413 |
sorry @Slach , been busy and missed your reply so with the latest suggestion, I can see the use can perform selection on this
however, nothing else is permitted
my values settings are:
|
remove |
I removed it
and still the same
current manifest
|
@darioneto not sure if it helps, but in my case, this didn’t work (and it's clear why after I checked the final
but this worked:
|
Maybe I missed something in the doc but I'm unable to modify additional user permissions dynamically due to read-only storage of user configurations. there is a conflict between different permission-setting methods in the CHI manifest.
Admin user lacks sufficient privileges to modify other users' permissions.
Attempt to use admin user to modify permissions but this fails
The combination of grants and allow_databases also fails in the manifest
tested with this but not working
so far I have this on but this is still not working
my intention is to add user veronica with full access to this one database "pantry_assistant" only so she can add/edit/remove tables within and no access to other sections of the DB. Is this doable?
The text was updated successfully, but these errors were encountered: