-
Notifications
You must be signed in to change notification settings - Fork 20
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
Host Backend on AWS #88
Merged
prakashchoudhary07
merged 63 commits into
Real-Dev-Squad:develop
from
MehulKChaudhari:docker-aws
May 22, 2024
Merged
Host Backend on AWS #88
prakashchoudhary07
merged 63 commits into
Real-Dev-Squad:develop
from
MehulKChaudhari:docker-aws
May 22, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vikhyat187
reviewed
Feb 4, 2024
lakshayman
previously approved these changes
Mar 12, 2024
iamitprakash
previously approved these changes
Mar 24, 2024
MehulKChaudhari
dismissed stale reviews from iamitprakash and lakshayman
via
March 24, 2024 17:12
224412f
* update readme * Update README.md Co-authored-by: Satyam Bajpai <[email protected]> * Update README.md Co-authored-by: Satyam Bajpai <[email protected]> * Update README.md Co-authored-by: Satyam Bajpai <[email protected]> * update auth link * update tokens * format code * update public key * update public key * update tokens * fix readme * Update README.md Co-authored-by: Akhil Khubchandani <[email protected]> * address review comments --------- Co-authored-by: Satyam Bajpai <[email protected]> Co-authored-by: Akhil Khubchandani <[email protected]>
…Public Key Size limitation issue (Real-Dev-Squad#115)
* Added integration tests for endorsement service * Added test suite for integration tests * testing separation of unit and integration ci and pomxml * Addressed review comments and added build step in CI * Fix API contract and added pagination assertions to integration tests * Fixing typos and addressing review comments * Addressed review comments * Addressed review comments * Addressed review comments --------- Co-authored-by: akhil <[email protected]>
…flow kept intact, tests updated
prakashchoudhary07
approved these changes
May 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For admin use
How to setup ECR registry
How to setup a EC2 instance
t2.micro
Select 30GiB it serve our need and it's free tier
Now after launching the instance successfully
SSH
orEC2 Instance connect
sudo snap install docker
Now hit
http://ec2-public-ip:8080/v1/health
to check if the server is running or not