Files
infrastructure/roles/gluebuddy/templates/gluebuddy.conf.j2
Christian HeuselandLevente Polyak ac5d42ca62 gluebuddy: Skip the archlinux/packaging/upstream group
Due to crawlers hitting one of the repos there it is currently sending
out 429's which means that gluebuddy is failing without it.

Signed-off-by: Christian Heusel <christian@heusel.eu>
2026-03-07 10:58:10 +01:00

8 lines
379 B
Django/Jinja

GLUEBUDDY_GITLAB_TOKEN={{ vault_gitlab_gluebuddy_token }}
GLUEBUDDY_KEYCLOAK_USERNAME=gluebuddy
GLUEBUDDY_KEYCLOAK_PASSWORD={{ vault_keycloak_gluebuddy_openid_client_secret }}
GLUEBUDDY_KEYCLOAK_REALM=archlinux
GLUEBUDDY_KEYCLOAK_URL=https://accounts.archlinux.org
GLUEBUDDY_GITLAB_BOT_USERS={{ gitlab_bots|join(',') }}
GLUEBUDDY_GITLAB_SKIP_PATHS="archlinux/packaging/upstream"