Skip to content

Commit ee71c5c

Browse files
authored
GitOps Account - added auth for secured access to account API (#529)
1 parent 709b016 commit ee71c5c

File tree

7 files changed

+832
-5
lines changed

7 files changed

+832
-5
lines changed

requests/Switcher API (dev).postman_environment.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,33 @@
2222
"value": "",
2323
"type": "default",
2424
"enabled": true
25+
},
26+
{
27+
"key": "gitopsToken",
28+
"value": "",
29+
"type": "default",
30+
"enabled": true
31+
},
32+
{
33+
"key": "gitops_domain_id",
34+
"value": "",
35+
"type": "default",
36+
"enabled": true
37+
},
38+
{
39+
"key": "gitops_github_pat",
40+
"value": "",
41+
"type": "default",
42+
"enabled": true
43+
},
44+
{
45+
"key": "gitops_github_url",
46+
"value": "",
47+
"type": "default",
48+
"enabled": true
2549
}
2650
],
2751
"_postman_variable_scope": "environment",
28-
"_postman_exported_at": "2024-06-30T22:51:27.484Z",
29-
"_postman_exported_using": "Postman/11.2.26"
52+
"_postman_exported_at": "2024-10-09T02:18:58.843Z",
53+
"_postman_exported_using": "Postman/11.15.0"
3054
}

0 commit comments

Comments
 (0)