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

Add: RDS staging backend Public key in AWS parameter store #133

Open
MehulKChaudhari opened this issue Dec 29, 2024 · 0 comments
Open

Add: RDS staging backend Public key in AWS parameter store #133

MehulKChaudhari opened this issue Dec 29, 2024 · 0 comments
Assignees

Comments

@MehulKChaudhari
Copy link
Member

Steps to add RDS Public Key in parameter store.

We want to add the Website-backend staging public key in parameter store. so we can use it to validate the Token received in request

Step1:
Visit select region us-east-1 as staging is hosted in that region

Step2:
Click on create parameter
Screenshot 2024-12-29 at 11 16 36 AM

Step3:
Add the name publickey
Screenshot 2024-12-29 at 11 17 38 AM

scroll down and the public key value and keep the option as in screenshot:
Screenshot 2024-12-29 at 11 19 45 AM

click on the create parameter

add permission of this public key to all the lambdas

Step 1: Visit IAM and click on policies and then click on create policy
Screenshot 2024-12-29 at 11 23 16 AM

Step2:
Select system manager and then select a get parameter permission from the list

Screenshot 2024-12-29 at 11 37 01 AM

Step3: select resource and select add resource
Screenshot 2024-12-29 at 11 41 39 AM

Step4: Click on next and on next page enter the name of the policy

Screenshot 2024-12-29 at 11 44 23 AM

Step5: Click on create policy

Attached this created policy to the lambda roles

Step1: Visit IAM and click on roles in the sidebar

Step2: Select the staging lambda role

Step3: then click on add permission and then attached policies in the dropdown
Screenshot 2024-12-29 at 11 48 44 AM

Step4: then select the policy we created above and click on add permissions

Screenshot 2024-12-29 at 11 49 55 AM

Repeat this steps for all the lambda roles

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