Skip to content

Commit

Permalink
fix: Deploy twitter token
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Sep 20, 2024
1 parent 8c55b0f commit 97369bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ geokrety_docker_secrets:
GK_OPAUTH_GOOGLE_CLIENT_SECRET: "{{ params.social_auth.google.client_secret | default() }}"
GK_OPAUTH_FACEBOOK_CLIENT_SECRET: "{{ params.social_auth.facebook.client_secret | default() }}"
GK_OPAUTH_GITHUB_CLIENT_SECRET: "{{ params.social_auth.github.client_secret | default() }}"
GK_OPAUTH_TWITTER_CLIENT_SECRET: "{{ params.social_auth.twitter.client_secret | default() }}"
GK_OKAPI_CONSUMER_KEY_OC_PL: "{{ params.OKAPI.OC_PL.CONSUMER_KEY | default(geokrety_params.OKAPI.OC_PL.CONSUMER_KEY | default()) }}"
GK_OKAPI_CONSUMER_KEY_OC_UK: "{{ params.OKAPI.OC_UK.CONSUMER_KEY | default(geokrety_params.OKAPI.OC_UK.CONSUMER_KEY | default()) }}"
GK_OKAPI_CONSUMER_KEY_OC_DE: "{{ params.OKAPI.OC_DE.CONSUMER_KEY | default(geokrety_params.OKAPI.OC_DE.CONSUMER_KEY | default()) }}"
Expand Down
3 changes: 3 additions & 0 deletions templates/geokrety_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ x-variables: &variables
{% if params.social_auth.github is defined %}
GK_OPAUTH_GITHUB_CLIENT_ID: "{{ params.social_auth.github.client_id }}"
{% endif %}
{% if params.social_auth.twitter is defined %}
GK_OPAUTH_TWITTER_CLIENT_ID: "{{ params.social_auth.twitter.client_id }}"
{% endif %}
{% endif %}
{% if params.website.audit_logs_exclude_path_bypass is defined %}
GK_AUDIT_LOGS_EXCLUDE_PATH_BYPASS: "{{ params.website.audit_logs_exclude_path_bypass }}"
Expand Down

0 comments on commit 97369bf

Please sign in to comment.