Skip to content

Commit

Permalink
Merge pull request #295 from ministryofjustice/staging
Browse files Browse the repository at this point in the history
Apply ticket RST-7080-add-user-staging
  • Loading branch information
mark-butler-solirius authored Feb 6, 2025
2 parents 8213354 + 803dc91 commit 989eff1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/production/ingress-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: gender-recognition-service-admin
namespace: grc-prod
annotations:
nginx.ingress.kubernetes.io/whitelist-source-range: "194.33.196.0/24, 194.33.192.0/24, 51.149.249.0/29, 51.149.249.32/29, 51.149.250.0/24"
nginx.ingress.kubernetes.io/whitelist-source-range: "194.33.196.0/24, 194.33.192.0/24, 51.149.249.0/29, 51.149.249.32/29, 51.149.250.0/24, 88.97.224.83/32"
nginx.ingress.kubernetes.io/server-snippet: |
location @custom_403 {
return 403 "{\"msg\":\"<br/>Gender Recognition Panel<br/>This is a restricted page. Please contact by email or telephone if you need access<br/>[email protected]<br>Telephone: 0300 123 4503 Monday to Friday, 9am to 5pm<br/>\"}";
Expand Down
2 changes: 1 addition & 1 deletion deploy/staging/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
external-dns.alpha.kubernetes.io/set-identifier: gender-recognition-service-grc-preprod-green
external-dns.alpha.kubernetes.io/aws-weight: "100"
nginx.ingress.kubernetes.io/whitelist-source-range: "194.33.196.0/24, 194.33.192.0/24, 51.149.249.0/29, 51.149.249.32/29, 51.149.250.0/24, 81.153.123.31/32, 90.209.17.46/32"
nginx.ingress.kubernetes.io/whitelist-source-range: "194.33.196.0/24, 194.33.192.0/24, 51.149.249.0/29, 51.149.249.32/29, 51.149.250.0/24, 81.153.123.31/32, 90.209.17.46/32, 5.151.166.193/32, 94.192.178.93/32"
nginx.ingress.kubernetes.io/server-snippet: |
location @custom_403 {
return 403 "{\"msg\":\"<br/>Gender Recognition Panel<br/>This is a restricted page. Please contact by email or telephone if you need access<br/>[email protected]<br>Telephone: 0300 123 4503 Monday to Friday, 9am to 5pm<br/>\"}";
Expand Down
2 changes: 1 addition & 1 deletion tests/end_to_end_tests/journey_2/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

TEST_CARD_NUMBER = '4444333322221111'
TEST_CARD_EXPIRY_MONTH = '01'
TEST_CARD_EXPIRY_YEAR = '2025'
TEST_CARD_EXPIRY_YEAR = '2030'
TEST_CARDHOLDER_NAME = 'Joseph Bloggs'
TEST_CARD_CVC = '123'
TEST_CARD_COUNTRY = 'United Kingdom'
Expand Down

0 comments on commit 989eff1

Please sign in to comment.