From 734f6960c8b05f25e7b670ff3f80f485c0e7f0ff Mon Sep 17 00:00:00 2001 From: Ori Gold Date: Thu, 13 Nov 2025 09:52:30 -0800 Subject: [PATCH 1/2] fix: update ci_config to include additional field names with dot notation --- ci_files/enforcer-config.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ci_files/enforcer-config.json b/ci_files/enforcer-config.json index a8d5a097..23afbd2f 100644 --- a/ci_files/enforcer-config.json +++ b/ci_files/enforcer-config.json @@ -101,16 +101,10 @@ "px_additional_s2s_activity_header_enabled": false, "px_jwt_cookie_name": "authCookie", "px_jwt_cookie_user_id_field_name": "idFromCookie", - "px_jwt_cookie_additional_field_names": [ - "expFromCookie", - "issFromCookie" - ], + "px_jwt_cookie_additional_field_names": ["expFromCookie","issFromCookie","profile.id","session.id"], "px_jwt_header_name": "auth_header", "px_jwt_header_user_id_field_name": "idFromHeader", - "px_jwt_header_additional_field_names": [ - "expFromHeader", - "issFromHeader" - ], + "px_jwt_header_additional_field_names":["expFromHeader","issFromHeader","profile.id","session.id"], "px_cors_support_enabled": true, "px_cors_preflight_request_filter_enabled": true, "px_url_decode_reserved_characters": true, From 96f093067ab3be3e0083e3ce34dd066fffcf255e Mon Sep 17 00:00:00 2001 From: Ori Gold Date: Tue, 18 Nov 2025 09:31:31 -0800 Subject: [PATCH 2/2] update: e2e specs test version 1.23.3 -> 1.23.4 --- .github/workflows/ci_e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_e2e.yaml b/.github/workflows/ci_e2e.yaml index 3a8e52e6..5147130b 100644 --- a/.github/workflows/ci_e2e.yaml +++ b/.github/workflows/ci_e2e.yaml @@ -27,7 +27,7 @@ jobs: env: MOCK_COLLECTOR_IMAGE_TAG: 2.0.6 SAMPLE_SITE_IMAGE_TAG: 1.0.0 - ENFORCER_SPEC_TESTS_IMAGE_TAG: 1.23.3 + ENFORCER_SPEC_TESTS_IMAGE_TAG: 1.23.4 runs-on: ubuntu-latest timeout-minutes: 60