Replies: 2 comments
-
|
Hi @ebilbil, so there are 2 main reasons we use superuser (@jrafanie Keep me honest here)
If you try limiting to those features things should still work. Please let us know what you find, as we can update our Hardening Guide with this information. |
Beta Was this translation helpful? Give feedback.
-
|
Hello @Fryguy , I found in Postgres log that it's the second query failed I'm not a database specialist but granting SELECT and UPDATE on the accounts_id_seq to my user resolve the issue. Notes:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello team,
I would like to know what are the exact privileges needed by ManageIQ for an external Postgres database/instance.
Our database is actually hosted on an external Postgres 13 and our DBA team would like to apply the principle of least privilege.
We created a specific user with all privileges on the vmdb_production database and tried to apply new credentials in ManageIQ with the following command :
# appliance_console_cli --hostname="1.2.3.4" --username="miq_user_db" --dbname="vmdb_production" --password="mypassword" configuring external databaseAll seems to be OK (no error message), but ManageIQ continues to use old credentials (old credentials are still present in database.yml file)
It works when we add the 'SUPERUSER' role to my user.
Any help would be appreciated.
ManageIQ release : Petrosian
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions