File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
stroom-config/stroom-config-app/src/test/resources/stroom/config/app
stroom-proxy/stroom-proxy-app/src/test/resources/stroom/dist Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -885,7 +885,7 @@ appConfig:
885
885
logoutEndpoint : null
886
886
logoutRedirectParamName : " post_logout_redirect_uri"
887
887
openIdConfigurationEndpoint : null
888
- publicKeyUriPattern : " https://public-keys.auth.elb.{ }.amazonaws.com/{ }"
888
+ publicKeyUriPattern : " https://public-keys.auth.elb.${awsRegion }.amazonaws.com/${keyId }"
889
889
requestScopes :
890
890
- " openid"
891
891
- " email"
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ proxyConfig:
167
167
logoutEndpoint : null
168
168
logoutRedirectParamName : " post_logout_redirect_uri"
169
169
openIdConfigurationEndpoint : null
170
- publicKeyUriPattern : " https://public-keys.auth.elb.{ }.amazonaws.com/{ }"
170
+ publicKeyUriPattern : " https://public-keys.auth.elb.${awsRegion }.amazonaws.com/${keyId }"
171
171
requestScopes :
172
172
- " openid"
173
173
- " email"
You can’t perform that action at this time.
0 commit comments