-
Notifications
You must be signed in to change notification settings - Fork 1
[PIDM-919] mitigation: Restoring the regulationDate
field to datetime format via operation policy
#140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The default action is to increase the PATCH number of SEMVER. Set IGNORE-FOR-RELEASE if you want to skip SEMVER bump. BREAKING-CHANGE and NEW-RELEASE must be run from GH Actions section manually. |
The default action is to increase the |
This pull request does not contain a valid label. Please add one of the following labels: |
regulationDate
field to datetime format via operation policy
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm @cap-ang only 1thing.
Put Mitigation
keyword into PR title, as reminder to us that this mitigation should be removed after SANP 3.10 was published and "implemented" by EC that open issue
regulationDate
field to datetime format via operation policyregulationDate
field to datetime format via operation policy #mitigation
regulationDate
field to datetime format via operation policy #mitigationregulationDate
field to datetime format via operation policy
List of Changes
regulationDate
field.Updated API:
/fdr-psp/service/v1/psps/{pspId}/created/fdrs/{fdr}/organizations/{organizationId}
/fdr-psp/service/v1/psps/{pspId}/published/fdrs/{fdr}/revisions/{revision}/organizations/{organizationId}
/fdr-org/service/v1/organizations/{organizationId}/fdrs/{fdr}/revisions/{revision}/psps/{pspId}
Motivation and Context
The microservice starting from this PR handles the
regulationDate
as a date. To overcome this limitation and comply with SANP3.9.1, theregulationDate
in Orgs API response is modified to become a date-time.How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
expected)
Checklist: