Skip to content

Commit a100798

Browse files
Merge pull request #95010 from openshift-cherrypick-robot/cherry-pick-91563-to-rhacs-docs-4.7
[rhacs-docs-4.7] Fixed the database permission details
2 parents 2c4cfe2 + 85a0bb5 commit a100798

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/central-configuration-options-operator.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ This parameter has the following constraints:
8080
* Connection string must be in keyword/value format as described in the PostgreSQL documentation. For more information, see the links in the *Additional resources* section.
8181
* Only PostgreSQL 13 is supported.
8282
* Connections through PGBouncer are not supported.
83-
* User must be a superuser who can create and delete databases.
83+
* You must have the following permissions on the database:
84+
** Connection rights to the database.
85+
** Usage and create privileges on the schema.
86+
** Select, insert, update, and delete privileges on all tables.
87+
** Usage privileges on all sequences in the schema.
8488

8589
| `central.db.tolerations`
8690
| If the node selector selects tainted nodes, use this parameter to specify a taint toleration key, value, and effect for Central DB. This parameter is mainly used for infrastructure nodes.

0 commit comments

Comments
 (0)