Skip to content

Commit

Permalink
Add values for oauth2 - osmcha
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 29, 2025
1 parent 1f921c6 commit 6ba3da9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osm-seed/templates/tasking-manager-api/tm-configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ data:
TM_REDIRECT_URI: {{ quote .Values.tmApi.env.TM_REDIRECT_URI | default "" }}
TM_SCOPE: {{ quote .Values.tmApi.env.TM_SCOPE | default "" }}
TM_APP_API_VERSION: {{ quote .Values.tmApi.env.TM_APP_API_VERSION | default "v2" }}
SOCIAL_AUTH_OPENSTREETMAP_OAUTH2_KEY: {{ quote .Values.tmApi.env.SOCIAL_AUTH_OPENSTREETMAP_OAUTH2_KEY }}
SOCIAL_AUTH_OPENSTREETMAP_OAUTH2_SECRET: {{ quote .Values.tmApi.env.SOCIAL_AUTH_OPENSTREETMAP_OAUTH2_SECRET }}

{{- end }}

0 comments on commit 6ba3da9

Please sign in to comment.