extend docs on defaultUsers
This commit is contained in:
parent
b58f39f592
commit
c0881fc144
|
|
@ -503,7 +503,8 @@ The roles described in the previous paragraph can be granted to LOGIN roles from
|
|||
the `users` section in the manifest. Optionally, the Postgres Operator can also
|
||||
create default LOGIN roles for the database an each schema individually. These
|
||||
roles will get the `_user` suffix and they inherit all rights from their NOLOGIN
|
||||
counterparts.
|
||||
counterparts. Therefore, you cannot have `defaultRoles` set to `false` and enable
|
||||
`defaultUsers` at the same time.
|
||||
|
||||
| Role name | Member of | Admin |
|
||||
| ------------------- | -------------- | ------------- |
|
||||
|
|
@ -526,6 +527,10 @@ spec:
|
|||
defaultUsers: true
|
||||
```
|
||||
|
||||
Default access privileges are also defined for LOGIN roles one database and
|
||||
schema creation. This mean they are currently not set when `defaultUsers`
|
||||
(or `defaultRoles` for schemas) are enabled at a later point in time.
|
||||
|
||||
### Schema `search_path` for default roles
|
||||
|
||||
The schema [`search_path`](https://www.postgresql.org/docs/13/ddl-schemas.html#DDL-SCHEMAS-PATH)
|
||||
|
|
|
|||
Loading…
Reference in New Issue