Skip to content

Commit 749f596

Browse files
committed
Update grants where missing for manager backfill jobs
1 parent 2b7f6be commit 749f596

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/en/docs/cluster/security.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ GRANT UPDATE ON public.carbondb_sources TO manager;
166166
GRANT UPDATE ON public.carbondb_tags TO manager;
167167
GRANT UPDATE ON public.carbondb_types TO manager;
168168

169+
GRANT UPDATE (latitude, longitude, carbon_intensity_g, carbon_ug) ON ci_measurements TO manager;
170+
GRANT UPDATE (latitude, longitude, carbon_intensity_g, operational_carbon_ug) ON hog_simplified_measurements TO manager;
171+
169172
```
170173

171174
To complement the configuration you need also have a different `config.yml` file present to read the credentials from.

0 commit comments

Comments
 (0)