Skip to content

Commit

Permalink
Add external-checkout roles for demo-DB reseed
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp committed Oct 1, 2024
1 parent f0227ad commit 19c3937
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions back/boxtribute_server/cron/reseed_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,31 +100,37 @@ def execute_sql_statements_from_file(cursor, sql_file):

DEMO_AUTH0_ROLE_IDS = {
"administrator": "rol_op4UNr1UtE1wJsa9",
"base_100000000_external_free_shop_checkout": "rol_GLNhWp6RFL7YQEh3",
"base_100000000_coordinator": "rol_Vw7ufFoqp4sunt0D",
"base_100000000_free_shop_volunteer": "rol_45SoLF5ExZpR8c4D",
"base_100000000_label_creation": "rol_Yo0RoX9Jj608S90x",
"base_100000000_library_volunteer": "rol_Am7LTDQvyoeP4fvs",
"base_100000000_warehouse_volunteer": "rol_nqsovW11U6knqajN",
"base_100000001_external_free_shop_checkout": "rol_NM6meRpaU9b8L3Lq",
"base_100000001_coordinator": "rol_yxO1hxJlDg6PisFU",
"base_100000001_free_shop_volunteer": "rol_1VnGx7URodlD7Nc4",
"base_100000001_label_creation": "rol_muIeQrZ0P7MEDluy",
"base_100000001_library_volunteer": "rol_onEjTcGJ7a5POcPn",
"base_100000001_warehouse_volunteer": "rol_bCLxWbN4FwiX5TiO",
"base_1_external_free_shop_checkout": "rol_hFAVLTdd36O1dYZh",
"base_1_coordinator": "rol_Ph8BOcANdYLDQrIE",
"base_1_free_shop_volunteer": "rol_yP4RsBfpW3vTTdiW",
"base_1_label_creation": "rol_kFXWQedhsisZnjuL",
"base_1_library_volunteer": "rol_4YwmG5QogoWHBOmn",
"base_1_warehouse_volunteer": "rol_8GhKyFhbZkEHYP0f",
"base_2_external_free_shop_checkout": "rol_NywtTw6WthA6aebc",
"base_2_coordinator": "rol_EYKFuEd1sw2v127e",
"base_2_free_shop_volunteer": "rol_HuL7HiLFKPVw69Zm",
"base_2_label_creation": "rol_lPdKTOzdHouc0Kum",
"base_2_library_volunteer": "rol_IIvTCKV1q6ZodJtK",
"base_2_warehouse_volunteer": "rol_M5sW5aR9S1H6P3jN",
"base_3_external_free_shop_checkout": "rol_Cc4YtNHzsOaqaY4J",
"base_3_coordinator": "rol_Ah0OjBn2UyxAMrMB",
"base_3_free_shop_volunteer": "rol_IhnLdlP4HGtt7Ejl",
"base_3_label_creation": "rol_5nsnxGTKOsq5Q36D",
"base_3_library_volunteer": "rol_rgPftpf2GDGN0fFP",
"base_3_warehouse_volunteer": "rol_dygeJmfDmrXdvlmG",
"base_4_external_free_shop_checkout": "rol_phpA0pP7pGvHKk8d",
"base_4_coordinator": "rol_OlxAuwTSUViCg1o9",
"base_4_free_shop_volunteer": "rol_YeJEYELuMadIYiml",
"base_4_label_creation": "rol_Xvm4DS5Rxu60vHxm",
Expand Down

1 comment on commit 19c3937

@pylipp
Copy link
Contributor Author

@pylipp pylipp commented on 19c3937 Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.