From be4af680f01a7b2a5b98644f2f33539cace4aa5a Mon Sep 17 00:00:00 2001 From: edunn Date: Tue, 23 Jul 2024 16:00:11 -0700 Subject: [PATCH] add default credentials for docker registry --- docker/postman/postman_collection.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docker/postman/postman_collection.json b/docker/postman/postman_collection.json index a88e8ed..4f85dc0 100644 --- a/docker/postman/postman_collection.json +++ b/docker/postman/postman_collection.json @@ -2736,6 +2736,21 @@ ] } ], + "auth": { + "type": "basic", + "basic": [ + { + "key": "password", + "value": "admin", + "type": "string" + }, + { + "key": "username", + "value": "admin", + "type": "string" + } + ] + }, "event": [ { "listen": "prerequest",