Skip to content

Commit 6888a51

Browse files
committed
Merge branch 'master' into BACK-1341-updates
2 parents 2e796e8 + d84db5c commit 6888a51

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/keycloak/dev-realm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
} ],
297297
"security-admin-console" : [ ],
298298
"shoreline" : [ ],
299-
"tidepool-uploader" : [ ],
299+
"tidepool-uploader-sso" : [ ],
300300
"admin-cli" : [ ],
301301
"backend" : [ ],
302302
"account-console" : [ ],
@@ -440,7 +440,7 @@
440440
"client" : "shoreline_lt",
441441
"roles" : [ "clinician", "patient", "custodial_account", "clinic" ]
442442
}, {
443-
"client" : "tidepool-uploader",
443+
"client" : "tidepool-uploader-sso",
444444
"roles" : [ "clinician", "patient", "custodial_account", "clinic" ]
445445
}, {
446446
"clientScope" : "offline_access",
@@ -872,7 +872,7 @@
872872
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
873873
}, {
874874
"id" : "9a6e331c-a0de-44ce-a0a9-6dc044a00abe",
875-
"clientId" : "tidepool-uploader",
875+
"clientId" : "tidepool-uploader-sso",
876876
"name" : "",
877877
"description" : "",
878878
"adminUrl" : "",
@@ -881,7 +881,7 @@
881881
"enabled" : true,
882882
"alwaysDisplayInConsole" : false,
883883
"clientAuthenticatorType" : "client-secret",
884-
"redirectUris" : [ "http://localhost:31500/", "tidepooluploader://localhost/keycloak-redirect" ],
884+
"redirectUris" : [ "http://localhost:31500/*", "tidepooluploader://localhost/keycloak-redirect", "http://localhost:3000/*" ],
885885
"webOrigins" : [ "file://", "+" ],
886886
"notBefore" : 0,
887887
"bearerOnly" : false,

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.15.10
4+
version: 0.15.11
55
maintainers:
66
- name: Todd Kazakov
77

0 commit comments

Comments
 (0)