Skip to content

Commit b7c14fc

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
authored andcommitted
Welcome to Stack Simplify
1 parent ea4ac6e commit b7c14fc

File tree

42 files changed

+2159
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2159
-9
lines changed

04-EKS-Storage-with-EBS-ElasticBlockStore/04-03-UserManagement-MicroService-with-MySQLDB/AWS-EKS-Masterclass-Microservices.postman_collection.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
],
4242
"body": {
4343
"mode": "raw",
44-
"raw": " {\n \"username\": \"admin2\",\n \"email\": \"[email protected]\",\n \"role\": \"ROLE_ADMIN\",\n \"enabled\": true,\n \"firstname\": \"fname1\",\n \"lastname\": \"lname1\",\n \"password\": \"Pass@123\"\n }"
44+
"raw": " {\n \"username\": \"microtest1\",\n \"email\": \"[email protected]\",\n \"role\": \"ROLE_ADMIN\",\n \"enabled\": true,\n \"firstname\": \"MicroFName\",\n \"lastname\": \"MicroLname\",\n \"password\": \"Pass@123\"\n }",
45+
"options": {
46+
"raw": {}
47+
}
4548
},
4649
"url": {
4750
"raw": "{{url}}/usermgmt/user",
@@ -88,7 +91,10 @@
8891
],
8992
"body": {
9093
"mode": "raw",
91-
"raw": " {\n \"username\": \"admin1\",\n \"email\": \"[email protected]\",\n \"role\": \"ROLE_ADMIN\",\n \"enabled\": true,\n \"firstname\": \"fname2\",\n \"lastname\": \"lname1\",\n \"password\": \"Pass@123\"\n }"
94+
"raw": " {\n \"username\": \"admin1\",\n \"email\": \"[email protected]\",\n \"role\": \"ROLE_ADMIN\",\n \"enabled\": true,\n \"firstname\": \"fname2\",\n \"lastname\": \"lname2\",\n \"password\": \"Pass@123\"\n }",
95+
"options": {
96+
"raw": {}
97+
}
9298
},
9399
"url": {
94100
"raw": "{{url}}/usermgmt/user",
@@ -109,14 +115,14 @@
109115
"method": "DELETE",
110116
"header": [],
111117
"url": {
112-
"raw": "{{url}}/usermgmt/user/admin2",
118+
"raw": "{{url}}/usermgmt/user/microtest2",
113119
"host": [
114120
"{{url}}"
115121
],
116122
"path": [
117123
"usermgmt",
118124
"user",
119-
"admin2"
125+
"microtest2"
120126
]
121127
}
122128
},
@@ -157,6 +163,24 @@
157163
}
158164
},
159165
"response": []
166+
},
167+
{
168+
"name": "UserMgmt-NotificationService-XRay",
169+
"request": {
170+
"method": "GET",
171+
"header": [],
172+
"url": {
173+
"raw": "{{url}}/usermgmt/notification-xray",
174+
"host": [
175+
"{{url}}"
176+
],
177+
"path": [
178+
"usermgmt",
179+
"notification-xray"
180+
]
181+
}
182+
},
183+
"response": []
160184
}
161185
],
162186
"protocolProfileBehavior": {}

12-Microservices-Deployment-on-EKS/AWS-EKS-Masterclass-Microservices.postman_collection.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
],
4242
"body": {
4343
"mode": "raw",
44-
"raw": " {\n \"username\": \"admin2\",\n \"email\": \"[email protected]\",\n \"role\": \"ROLE_ADMIN\",\n \"enabled\": true,\n \"firstname\": \"fname1\",\n \"lastname\": \"lname1\",\n \"password\": \"Pass@123\"\n }"
44+
"raw": " {\n \"username\": \"microtest1\",\n \"email\": \"[email protected]\",\n \"role\": \"ROLE_ADMIN\",\n \"enabled\": true,\n \"firstname\": \"MicroFName\",\n \"lastname\": \"MicroLname\",\n \"password\": \"Pass@123\"\n }",
45+
"options": {
46+
"raw": {}
47+
}
4548
},
4649
"url": {
4750
"raw": "{{url}}/usermgmt/user",
@@ -88,7 +91,10 @@
8891
],
8992
"body": {
9093
"mode": "raw",
91-
"raw": " {\n \"username\": \"admin1\",\n \"email\": \"[email protected]\",\n \"role\": \"ROLE_ADMIN\",\n \"enabled\": true,\n \"firstname\": \"fname2\",\n \"lastname\": \"lname1\",\n \"password\": \"Pass@123\"\n }"
94+
"raw": " {\n \"username\": \"admin1\",\n \"email\": \"[email protected]\",\n \"role\": \"ROLE_ADMIN\",\n \"enabled\": true,\n \"firstname\": \"fname2\",\n \"lastname\": \"lname2\",\n \"password\": \"Pass@123\"\n }",
95+
"options": {
96+
"raw": {}
97+
}
9298
},
9399
"url": {
94100
"raw": "{{url}}/usermgmt/user",
@@ -109,14 +115,14 @@
109115
"method": "DELETE",
110116
"header": [],
111117
"url": {
112-
"raw": "{{url}}/usermgmt/user/admin2",
118+
"raw": "{{url}}/usermgmt/user/microtest2",
113119
"host": [
114120
"{{url}}"
115121
],
116122
"path": [
117123
"usermgmt",
118124
"user",
119-
"admin2"
125+
"microtest2"
120126
]
121127
}
122128
},
@@ -157,6 +163,24 @@
157163
}
158164
},
159165
"response": []
166+
},
167+
{
168+
"name": "UserMgmt-NotificationService-XRay",
169+
"request": {
170+
"method": "GET",
171+
"header": [],
172+
"url": {
173+
"raw": "{{url}}/usermgmt/notification-xray",
174+
"host": [
175+
"{{url}}"
176+
],
177+
"path": [
178+
"usermgmt",
179+
"notification-xray"
180+
]
181+
}
182+
},
183+
"response": []
160184
}
161185
],
162186
"protocolProfileBehavior": {}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
{
2+
"info": {
3+
"_postman_id": "ba15e203-a37e-4a31-a94e-e8bfe37ad588",
4+
"name": "AWS-EKS-Masterclass-Microservices",
5+
"description": "Microservices Deployed to EKS and Fargate clusters as part of Masterclass course",
6+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
7+
},
8+
"item": [
9+
{
10+
"name": "UserManagement-Service",
11+
"item": [
12+
{
13+
"name": "UserManagement-HealthStatus",
14+
"request": {
15+
"method": "GET",
16+
"header": [],
17+
"url": {
18+
"raw": "{{url}}/usermgmt/health-status",
19+
"host": [
20+
"{{url}}"
21+
],
22+
"path": [
23+
"usermgmt",
24+
"health-status"
25+
]
26+
}
27+
},
28+
"response": []
29+
},
30+
{
31+
"name": "UserManagement-CreateUser",
32+
"request": {
33+
"method": "POST",
34+
"header": [
35+
{
36+
"key": "Content-Type",
37+
"name": "Content-Type",
38+
"value": "application/json",
39+
"type": "text"
40+
}
41+
],
42+
"body": {
43+
"mode": "raw",
44+
"raw": " {\n \"username\": \"microtest1\",\n \"email\": \"[email protected]\",\n \"role\": \"ROLE_ADMIN\",\n \"enabled\": true,\n \"firstname\": \"MicroFName\",\n \"lastname\": \"MicroLname\",\n \"password\": \"Pass@123\"\n }",
45+
"options": {
46+
"raw": {}
47+
}
48+
},
49+
"url": {
50+
"raw": "{{url}}/usermgmt/user",
51+
"host": [
52+
"{{url}}"
53+
],
54+
"path": [
55+
"usermgmt",
56+
"user"
57+
]
58+
}
59+
},
60+
"response": []
61+
},
62+
{
63+
"name": "UserManagement-ListAllUsers",
64+
"request": {
65+
"method": "GET",
66+
"header": [],
67+
"url": {
68+
"raw": "{{url}}/usermgmt/users",
69+
"host": [
70+
"{{url}}"
71+
],
72+
"path": [
73+
"usermgmt",
74+
"users"
75+
]
76+
}
77+
},
78+
"response": []
79+
},
80+
{
81+
"name": "UserManagement-UpdateUser",
82+
"request": {
83+
"method": "PUT",
84+
"header": [
85+
{
86+
"key": "Content-Type",
87+
"name": "Content-Type",
88+
"value": "application/json",
89+
"type": "text"
90+
}
91+
],
92+
"body": {
93+
"mode": "raw",
94+
"raw": " {\n \"username\": \"admin1\",\n \"email\": \"[email protected]\",\n \"role\": \"ROLE_ADMIN\",\n \"enabled\": true,\n \"firstname\": \"fname2\",\n \"lastname\": \"lname2\",\n \"password\": \"Pass@123\"\n }",
95+
"options": {
96+
"raw": {}
97+
}
98+
},
99+
"url": {
100+
"raw": "{{url}}/usermgmt/user",
101+
"host": [
102+
"{{url}}"
103+
],
104+
"path": [
105+
"usermgmt",
106+
"user"
107+
]
108+
}
109+
},
110+
"response": []
111+
},
112+
{
113+
"name": "UserManagement-DeleteUser",
114+
"request": {
115+
"method": "DELETE",
116+
"header": [],
117+
"url": {
118+
"raw": "{{url}}/usermgmt/user/microtest2",
119+
"host": [
120+
"{{url}}"
121+
],
122+
"path": [
123+
"usermgmt",
124+
"user",
125+
"microtest2"
126+
]
127+
}
128+
},
129+
"response": []
130+
},
131+
{
132+
"name": "UserMgmt-NotificationService-Health-Status",
133+
"request": {
134+
"method": "GET",
135+
"header": [],
136+
"url": {
137+
"raw": "{{url}}/usermgmt/notification-health-status",
138+
"host": [
139+
"{{url}}"
140+
],
141+
"path": [
142+
"usermgmt",
143+
"notification-health-status"
144+
]
145+
}
146+
},
147+
"response": []
148+
},
149+
{
150+
"name": "UserMgmt-NotificationService-Info",
151+
"request": {
152+
"method": "GET",
153+
"header": [],
154+
"url": {
155+
"raw": "{{url}}/usermgmt/notification-service-info",
156+
"host": [
157+
"{{url}}"
158+
],
159+
"path": [
160+
"usermgmt",
161+
"notification-service-info"
162+
]
163+
}
164+
},
165+
"response": []
166+
},
167+
{
168+
"name": "UserMgmt-NotificationService-XRay",
169+
"request": {
170+
"method": "GET",
171+
"header": [],
172+
"url": {
173+
"raw": "{{url}}/usermgmt/notification-xray",
174+
"host": [
175+
"{{url}}"
176+
],
177+
"path": [
178+
"usermgmt",
179+
"notification-xray"
180+
]
181+
}
182+
},
183+
"response": []
184+
}
185+
],
186+
"protocolProfileBehavior": {}
187+
}
188+
],
189+
"event": [
190+
{
191+
"listen": "prerequest",
192+
"script": {
193+
"id": "a3134af0-60c9-44bb-b244-b5e5686d79dd",
194+
"type": "text/javascript",
195+
"exec": [
196+
""
197+
]
198+
}
199+
},
200+
{
201+
"listen": "test",
202+
"script": {
203+
"id": "a850eb0a-a6ae-413c-9106-4665240aae6b",
204+
"type": "text/javascript",
205+
"exec": [
206+
""
207+
]
208+
}
209+
}
210+
],
211+
"protocolProfileBehavior": {}
212+
}

0 commit comments

Comments
 (0)