Skip to content

Commit

Permalink
Connect request review button to kinto publish task fixes mozilla#2878 (
Browse files Browse the repository at this point in the history
mozilla#3013)

* Connect request review button to kinto publish task fixes mozilla#2878

* Whoops that was just for testing

* Generate changelog when publishing

* Exclude rapid experiments from normandy updates
  • Loading branch information
jaredlockhart authored Jul 14, 2020
1 parent 29d1431 commit d7fd4a7
Show file tree
Hide file tree
Showing 19 changed files with 1,358 additions and 362 deletions.
3 changes: 2 additions & 1 deletion app/bin/setup_kinto.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def create_user(user, passw):
id=os.environ["KINTO_COLLECTION"],
bucket=os.environ["KINTO_BUCKET"],
permissions={
"read": ["system.Everyone"],
"write": [
(
f"/buckets/{os.environ['KINTO_BUCKET']}/groups/"
Expand All @@ -72,7 +73,7 @@ def create_user(user, passw):
f"/buckets/{os.environ['KINTO_BUCKET']}/groups/"
f"{os.environ['KINTO_COLLECTION']}-reviewers"
),
]
],
},
if_not_exists=True,
)
Expand Down
Loading

0 comments on commit d7fd4a7

Please sign in to comment.