Skip to content

Commit ad7a9e4

Browse files
committed
add new feature flag for requesting new scopes model once work in complete in account.ch.gov.uk plus cpan deps update for new code using this flag in CH-MojoX-SignIn
1 parent cb88069 commit ad7a9e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SERVICE_NAME ?= ch.gov.uk
22

33
PERL_DEPS_SERVER_URL ?= s3://release.ch.gov.uk/$(SERVICE_NAME)-deps
4-
PERL_DEPS_VERSION ?= 1.0.0
4+
PERL_DEPS_VERSION ?= 1.0.1
55
PERL_DEPS_PACKAGE ?= $(SERVICE_NAME)-deps-$(PERL_DEPS_VERSION).zip
66
PERL_DEPS_URL ?= $(PERL_DEPS_SERVER_URL)/$(PERL_DEPS_PACKAGE)
77

appconfig.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,5 @@ file_accounts_available_date: <FILE_ACCOUNTS_AVAILABLE_DATE>
125125

126126
max_memory_usage: <MAX_MEMORY_USAGE>
127127
shared_memory_percentage: <SHARED_MEMORY_PERCENTAGE>
128+
129+
use_fine_grain_scopes_model: <USE_FINE_GRAIN_SCOPES_MODEL>

0 commit comments

Comments
 (0)