Skip to content

Commit

Permalink
Added Access to crater_atomfeed credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
umair-fayaz committed Feb 16, 2023
1 parent fed442e commit 54e6906
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aws/policies/BahmniEKSDeveloper.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
"arn:aws:ssm:ap-south-1:{YourAccountNumber}:parameter/nonprod/efs/file_system_id",
"arn:aws:ssm:ap-south-1:{YourAccountNumber}:parameter/nonprod/psql/DB_PASSWORD",
"arn:aws:ssm:ap-south-1:{YourAccountNumber}:parameter/nonprod/rds/mysql/host",
"arn:aws:ssm:ap-south-1:{YourAccountNumber}:parameter/nonprod/rabbitmq/*"
"arn:aws:ssm:ap-south-1:{YourAccountNumber}:parameter/nonprod/rabbitmq/*",
"arn:aws:ssm:ap-south-1:{YourAccountNumber}:parameter/qa/crater_atomfeed/*",
"arn:aws:ssm:ap-south-1:{YourAccountNumber}:parameter/dev/crater_atomfeed/*",
"arn:aws:ssm:ap-south-1:{YourAccountNumber}:parameter/demo/crater_atomfeed/*",
"arn:aws:ssm:ap-south-1:{YourAccountNumber}:parameter/performance/crater_atomfeed/*"
]

}
Expand Down

0 comments on commit 54e6906

Please sign in to comment.