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: accept peering request #1849

Merged
merged 90 commits into from
Sep 19, 2023
Merged

feat: accept peering request #1849

merged 90 commits into from
Sep 19, 2023

Conversation

mkurapov
Copy link
Contributor

@mkurapov mkurapov commented Sep 11, 2023

Changes proposed in this pull request

  • Add POST / handler for auto-peering, which:
    • validates the incoming request
    • creates the requested peer locally
    • returns its own peering information if successful
  • Removes GET peering details handler (to simplify service)

Context

Steps 3 & 4 of the given diagram:
image

Fixes #1802

Checklist

  • Related issues linked using fixes #number
  • Tests added/updated
  • Documentation added
  • Make sure that all checks pass
  • Postman collection updated

@github-actions github-actions bot added pkg: mock-ase pkg: documentation Changes in the documentation package. type: documentation Improvements or additions to documentation labels Sep 14, 2023
@github-actions github-actions bot added type: ci Changes to the CI and removed pkg: mock-ase pkg: documentation Changes in the documentation package. type: documentation Improvements or additions to documentation labels Sep 14, 2023
@github-actions github-actions bot removed the type: ci Changes to the CI label Sep 14, 2023
@github-actions github-actions bot removed pkg: frontend Changes in the frontend package. pkg: auth Changes in the GNAP auth package. labels Sep 14, 2023
@mkurapov
Copy link
Contributor Author

I merged in Blair's changes before it was merged into main, hence the many commits here

@mkurapov mkurapov merged commit c9c047e into main Sep 19, 2023
23 checks passed
@mkurapov mkurapov deleted the mk/1802/accept-peering-request branch September 19, 2023 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: backend Changes in the backend package. type: source Changes business logic type: tests Testing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add POST /peer route handler
5 participants