Skip to content

Commit 0d28381

Browse files
committed
Security update for user downgrade
1 parent 903d57a commit 0d28381

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

content/en/docs/cluster/security.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Cluster Security"
33
description: "Hardening a GMT cluster installation"
44
lead: ""
55
date: 2024-10-25T01:49:15+00:00
6-
weight: 106
6+
weight: 108
77
---
88

99

@@ -13,10 +13,6 @@ In the default installation one user is installed for the database and also for
1313

1414
In a cluster installation we recommend restricting both.
1515

16-
### Deactivating the default user
17-
18-
TODO 🤔
19-
2016
### Creating a management user for delete operations
2117

2218
We recommend having the default user active for the API to only have *SELECT* and *INSERT* operations.
@@ -137,4 +133,11 @@ GRANT USAGE, SELECT ON SEQUENCE notes_id_seq TO client;
137133
138134
GRANT SELECT,INSERT ON TABLE phase_stats TO client;
139135
GRANT USAGE, SELECT ON SEQUENCE phase_stats_id_seq TO client;
140-
```
136+
```
137+
138+
### Visibility / Deactivating the Default User
139+
140+
The default user has a default password and can see all runs by all other users on the system.
141+
For additional security the default user can either be deactivated or downgraded and the password be changed.
142+
143+
Please note that the [User Management]({{< relref "/docs/measuring/user-management" >}}) is only part of the [Enterprise](https://www.green-coding.io/products/green-metrics-tool/) version.

0 commit comments

Comments
 (0)