Skip to content

Commit 1909d50

Browse files
committed
Merge remote-tracking branch 'origin/master' into jimmy/BACK-2784-proxy-user-profile-requests
2 parents 22a6e91 + 795a296 commit 1909d50

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

charts/tidepool/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: A Helm chart for Tidepool
33
name: tidepool
4-
version: 0.18.2
4+
version: 0.19.0
55
maintainers:
66
- name: Todd Kazakov
77
email: todd@tidepool.org

charts/tidepool/charts/auth/templates/1-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ spec:
9898
name: abbott
9999
key: StateSalt
100100
optional: true
101+
- name: TIDEPOOL_SERVICE_PROVIDER_ABBOTT_AUTH_STYLE_IN_PARAMS
102+
value: "true"
101103
- name: TIDEPOOL_SERVICE_PROVIDER_DEXCOM_AUTHORIZE_URL
102104
valueFrom:
103105
configMapKeyRef:

charts/tidepool/charts/auth/templates/4-routetable.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,17 @@ spec:
9191
options:
9292
extauth:
9393
disable: true
94+
- matchers:
95+
- methods:
96+
- DELETE
97+
regex: /v1/users/[^/]+/oauth/[^/]+/authorize
98+
routeAction:
99+
single:
100+
upstream:
101+
name: auth
102+
options:
103+
extauth:
104+
disable: true
94105
- matchers:
95106
- methods:
96107
- GET

charts/tidepool/charts/data/templates/1-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ spec:
9999
name: abbott
100100
key: StateSalt
101101
optional: true
102+
- name: TIDEPOOL_SERVICE_PROVIDER_ABBOTT_AUTH_STYLE_IN_PARAMS
103+
value: "true"
102104
- name: TIDEPOOL_ABBOTT_CLIENT_ADDRESS
103105
valueFrom:
104106
configMapKeyRef:

0 commit comments

Comments
 (0)