Skip to content

Commit f7de1f1

Browse files
[DPE-7817] Remove mention to admin extra user role (#1058)
* Remove mention to admin extra user role * Fix Terraform provider link Signed-off-by: Marcelo Henrique Neppel <[email protected]> * Update docs/explanation/users.md Co-authored-by: Andreia <[email protected]> --------- Signed-off-by: Marcelo Henrique Neppel <[email protected]> Co-authored-by: Andreia <[email protected]>
1 parent 1ce543d commit f7de1f1

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

docs/explanation/users.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,7 @@ If password rotation is required for users used in relations, the relation must
109109

110110
### Extra user roles
111111

112-
When an application charm requests a new user through the relation/integration it can specify that the user should have the `admin` role in the `extra-user-roles` field. The `admin` role enables the new user to read and write to all databases (for the `postgres` system database it can only read data) and also to create and delete non-system databases.
113-
114-
```{note}
115-
`extra-user-roles` is only supported by the modern interface `postgresql_client`. It is not supported for the legacy `pgsql` interface. R
116-
117-
Read more about the supported charm interfaces in [](/explanation/interfaces-and-endpoints).
118-
```
112+
When an application charm requests a new user through the relation/integration, it can specify that the user should be part of a predefined role to give them additional permissions. Please check [](/explanation/roles) for the list of available roles.
119113

120114
## Identity users
121115

docs/how-to/deploy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ juju deploy postgresql --channel 16/stable -n <number_of_replicas>
2929
> See also: [`juju deploy` command](https://canonical-juju.readthedocs-hosted.com/en/latest/user/reference/juju-cli/list-of-juju-cli-commands/deploy/)
3030
3131
**To deploy with `terraform juju`**, follow the guide [How to deploy using Terraform].
32-
> See also: [Terraform Provider for Juju documentation](https://canonical-terraform-provider-juju.readthedocs-hosted.com/en/latest/)
32+
> See also: [Terraform Provider for Juju documentation](https://canonical-terraform-provider-juju.readthedocs-hosted.com/latest/)
3333
3434
If you are not sure where to start or would like a more guided walkthrough for setting up your environment, see the [Charmed PostgreSQL tutorial][Tutorial].
3535

0 commit comments

Comments
 (0)