Hpdi 4176 noc from master#2156
Draft
m014389b wants to merge 8 commits into
Draft
Conversation
Set RSE_LIB_XUI_ENV_DECENTRALISED_CASE_TYPE_CONFIG nocBaseUrl to pcs-api url
CCD diff summary👉 Full report: https://github.com/hmcts/pcs-api/actions/runs/29105656468?check_suite_focus=true AuthorisationCaseState.json
AuthorisationCaseType.json
CaseField.json
AuthorisationCaseEvent/AuthorisationCaseEvent.json
AuthorisationCaseField/caseworker-caa.json
CaseEvent/caseworkerNoticeOfChange.json
ComplexTypes/4_UnderlesseeOrMortgageInformationTabDetails.json
ComplexTypes/4_TenancyTabDetails.json
ComplexTypes/4_TenancyLicenceTabDetails.json
ComplexTypes/4_TaskGroup.json
ComplexTypes/4_SuspensionOfRightToBuyTabDetails.json
ComplexTypes/4_RequiredDocumentsTabDetails.json
ComplexTypes/4_RentArrearsTabDetails.json
ComplexTypes/4_RelatedApplicationOption.json
ComplexTypes/4_RelatedApplication.json
ComplexTypes/4_ReasonsForPossessionTabDetails.json
ComplexTypes/4_ProhibitedConductStandardContractTabDetails.json
ComplexTypes/4_OccupationContractOrLicenceTabDetails.json
ComplexTypes/4_NoticeTabDetails.json
ComplexTypes/4_GroundsForPossessionTabDetails.json
ComplexTypes/4_DocumentWithId.json
ComplexTypes/4_DemotionOfTenancyTabDetails.json
ComplexTypes/4_DefendantTabDetails.json
ComplexTypes/4_DefendantResponses.json
ComplexTypes/4_DefendantInformationTabDetails.json
ComplexTypes/4_DefendantContactDetails.json
ComplexTypes/4_DefendantCircumstanceTabDetails.json
ComplexTypes/4_DashboardNotification.json
ComplexTypes/4_ClaimantTabDetails.json
ComplexTypes/4_ClaimantRegistrationAndLicensingTabDetails.json
ComplexTypes/4_ClaimantInformationTabDetails.json
ComplexTypes/4_ClaimantContactTabDetails.json
ComplexTypes/4_ClaimantCircumstancesTabDetails.json
ComplexTypes/4_ClaimTabDetails.json
ComplexTypes/4_ApplicationsTabDetails.json
ComplexTypes/4_AntisocialAndConductTabDetails.json
ComplexTypes/4_AdditionalDefendantInformationTabDetails.json
ComplexTypes/4_ActionsTakenTabDetails.json
ComplexTypes/3_VulnerableAdultsChildren.json
ComplexTypes/3_UploadedDocument.json
ComplexTypes/3_Task.json
ComplexTypes/3_RepresentativeTabDetails.json
ComplexTypes/3_ReasonableAdjustments.json
ComplexTypes/3_RTCStatementOfTruth.json
ComplexTypes/3_PaymentAgreement.json
ComplexTypes/3_HouseholdCircumstances.json
|
- default noc submit response - add xui_webapp to CCD_S2S_AUTHORISED_SERVICES_CASE_USER_ROLES
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira link
See HDPI-4176
Change description
Integrate with decentralised runtime NoC which allows for bespoke challenge questions, validation methods and submit methods to be implemented.
Due to a limitation in CCD around dynamic lists the challenge question answers are set to defendant1 to allow ccd config to generate, they will not be used for validation.
XUI-Webapp requires the below config to be set. Specifically the "nocBaseUrl" which will be used as a redirect to PCS-API defined validation/submit methods via the "ccd decentralised runtime nocController"
DECENTRALISED_CASE_TYPE_CONFIG={ "PCS": { "webUrl": "https://pcs-frontend.service.gov.uk/", "nocBaseUrl": "https://pcs-api.service.core-compute.internal//ccd/noc" } }AAC manage case requirements:
Added logic to include organisationPolicy.OrgPolicyCaseAssignedRole of type "DEFENDANT_SOLICITOR" to each defendant party.
A Noc Event available only to the "caseworker-caa"
Testing done
Security Vulnerability Assessment
CVE Suppression: Are there any CVEs present in the codebase (either newly introduced or pre-existing) that are being intentionally suppressed or ignored by this commit?
Checklist