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

Admin and internal endpoints implementation #20

Merged
merged 4 commits into from
Nov 20, 2024
Merged

Conversation

TymKh
Copy link
Collaborator

@TymKh TymKh commented Nov 14, 2024

📝 Summary

Implementation for admin endpoints to register new multioperator nodes. Admin API is served under different port and is implemented for internal use, it contains all endpoints needed to properly configure new builder node.

⛱ Motivation and Context

To avoid working directly with database (postgres) and secrets manager (aws secrets manager) we implement admin API that validates data and puts into the db properly.

📚 References


✅ I have run these commands

  • make lint
  • make test
  • go mod tidy

@TymKh TymKh requested a review from metachris November 14, 2024 20:06
@TymKh TymKh marked this pull request as ready for review November 18, 2024 17:40
@TymKh TymKh merged commit c604578 into main Nov 20, 2024
2 checks passed
@TymKh TymKh deleted the feature/admin-endpoints branch November 20, 2024 19:11
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