Skip to content

Commit

Permalink
Merge pull request #20 from Kwaizer/git_int_enab
Browse files Browse the repository at this point in the history
`github_integration_enabled` setting added
  • Loading branch information
Korulag authored May 16, 2024
2 parents f0c881b + ab59bb9 commit 3c3247e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inventories/separate_build_node/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ postgres_user: "{{ postgres_user }}"

github_client: "{{ github_client }}"
github_client_secret: "{{ github_client_secret }}"
github_integration_enabled: "{{ github_integration_enabled }}"
github_app_id: "{{ github_app_id }}"
path_to_github_app_pem: "{{ path_to_github_app_pem }}"
github_installation_id: "{{ github_installation_id }}"

alts_jwt_token: "{{ alts_jwt_token }}"
albs_jwt_token: "{{ albs_jwt_token }}"
Expand Down
4 changes: 4 additions & 0 deletions roles/dev_deploy/templates/vars.env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ POSTGRES_DB="{{ postgres_db }}"
POSTGRES_USER="{{ postgres_user }}"
GITHUB_CLIENT="{{ github_client }}"
GITHUB_CLIENT_SECRET="{{ github_client_secret }}"
GITHUB_INTEGRATION_ENABLED="{{ github_integration_enabled }}"
GITHUB_APP_ID="{{ github_app_id }}"
PATH_TO_GITHUB_APP_PEM="{{ path_to_github_app_pem }}"
GITHUB_INSTALLATION_ID="{{ github_installation_id }}"
ALTS_HOST="http://{{ container_name_prefix }}_alts-scheduler_1:8000"
ALTS_TOKEN="{{ alts_jwt }}"
DATABASE_URL="{{ albs_db_url }}"
Expand Down
4 changes: 4 additions & 0 deletions vars.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ postgres_user:

github_client:
github_client_secret:
github_integration_enabled: true|false
github_app_id:
path_to_github_app_pem:
github_installation_id:

alts_jwt_token:
albs_jwt_token:
Expand Down

0 comments on commit 3c3247e

Please sign in to comment.