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

AUP signature endpoint does not read the request body #852

Closed
federicaagostini opened this issue Oct 11, 2024 · 1 comment
Closed

AUP signature endpoint does not read the request body #852

federicaagostini opened this issue Oct 11, 2024 · 1 comment
Assignees

Comments

@federicaagostini
Copy link
Contributor

When one wants to set the AUP signature time by API with

PATCH /iam/aup/signature/<account-id>

with some body, like

{
  "signatureTime": "2023-04-27T11:35:20.000+02:00"
}

IAM always sets the signature time to the current date regardless of signatureTime parameter.

The signature time endpoint was introduced correctly with PR #608, but then the behavior was modified (by mistake?) by PR #777.

@enricovianello
Copy link
Member

Fixed within IAM v1.10.2

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

No branches or pull requests

2 participants