Skip to content
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

feat: [CHK-3317] remove pm send request from session wallet base policy #2477

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ciuffagianluca
Copy link
Contributor

Cleaning policies from npg family&friends logic: remove pm send request for start-session

List of changes

Motivation and context

Type of changes

  • Add new resources
  • Update configuration to existing resources
  • Remove existing resources

Does this introduce a change to production resources with possible user impact?

  • Yes, users may be impacted applying this change
  • No

Does this introduce an unwanted change on infrastructure? Check terraform plan execution result

  • Yes
  • No

Other information


If PR is partially applied, why? (reserved to mantainers)

Comment on lines +8 to +18
<send-request ignore-error="true" timeout="10" response-variable-name="pdv-token" mode="new">
<set-url>${pdv_api_base_path}/tokens</set-url>
<set-method>PUT</set-method>
<set-header name="x-api-key" exists-action="override">
<value>{{wallet-session-personal-data-vault-api-key}}</value>
</set-header>
<set-body>@{
return new JObject(
new JProperty("pii", (string)context.Variables["userFiscalCode"])
).ToString();
}</set-body>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this PDV call should be set after IO get user api call? here we don't have userFiscalCode yet (before userFiscalCode was taken from PM start user api call response body)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants