* Add new collection with login and create user steps

* Create a local environment teams can import

* Extract credentials

* Create key ceremony and guardians

* Complete all key ceremony steps

* Add test assert statements to each request
This commit is contained in:
Lee Richardson 2022-03-23 16:26:12 -04:00 ΠΊΠΎΠΌΠΌΠΈΡ‚ ΠΏΡ€ΠΎΠΈΠ·Π²Ρ‘Π» GitHub
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 38c9c95c06
ΠšΠΎΠΌΠΌΠΈΡ‚ 8a53797d9e
НС Π½Π°ΠΉΠ΄Π΅Π½ ΠΊΠ»ΡŽΡ‡, ΡΠΎΠΎΡ‚Π²Π΅Ρ‚ΡΡ‚Π²ΡƒΡŽΡ‰ΠΈΠΉ Π΄Π°Π½Π½ΠΎΠΉ подписи
Π˜Π΄Π΅Π½Ρ‚ΠΈΡ„ΠΈΠΊΠ°Ρ‚ΠΎΡ€ ΠΊΠ»ΡŽΡ‡Π° GPG: 4AEE18F83AFDEB23
2 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 1198 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 0 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

Π Π°Π·Π½ΠΈΡ†Π° ΠΌΠ΅ΠΆΠ΄Ρƒ Ρ„Π°ΠΉΠ»Π°ΠΌΠΈ Π½Π΅ ΠΏΠΎΠΊΠ°Π·Π°Π½Π° ΠΈΠ·-Π·Π° своСго большого Ρ€Π°Π·ΠΌΠ΅Ρ€Π° Π—Π°Π³Ρ€ΡƒΠ·ΠΈΡ‚ΡŒ Ρ€Π°Π·Π½ΠΈΡ†Ρƒ

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -0,0 +1,45 @@
{
"id": "2885a030-5ece-44af-bb85-c8d2804e4cfd",
"name": "Local",
"values": [
{
"key": "token",
"value": "",
"type": "any",
"enabled": true
},
{
"key": "mediator-url",
"value": "http://localhost:8000",
"type": "default",
"enabled": true
},
{
"key": "version",
"value": "v1",
"type": "default",
"enabled": true
},
{
"key": "guardian-url",
"value": "http://localhost:8001",
"type": "default",
"enabled": true
},
{
"key": "admin-username",
"value": "default",
"type": "default",
"enabled": true
},
{
"key": "admin-password",
"value": "<this is a default value and should be changed>",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2022-03-16T14:41:09.171Z",
"_postman_exported_using": "Postman/9.14.14"
}