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

Require authentication for trigger_ssa endpoint #197

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

Filip-L
Copy link
Collaborator

@Filip-L Filip-L commented Jun 4, 2024

Require authentication for trigger_ssa endpoint

Description:
The verifier/application/trigger_ssa received the query params (VerifierActionsQueryParams) to check if the caller is an allocator. The body (TriggerSSAInfo) has changed because part of the needed data is in the query params.

Usage Conditions:
To execute this endpoint, the following conditions must be met:

  1. The caller must be an Allocator.

Deployment Considerations:
No special actions are required.

Example TriggerSSAInfo:

{
  "amount": "1",
  "amount_type": "PiB"
}

@kacperzuk-neti kacperzuk-neti merged commit b8a5f7d into main Jun 4, 2024
1 check passed
@kacperzuk-neti kacperzuk-neti deleted the ssa-button branch June 4, 2024 15:56
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