From 30d2a132fde3f23be79de9ef0ea24e9213d95697 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 a4e14c2..c40ee9f 100644 --- a/docker/postman/postman_collection.json +++ b/docker/postman/postman_collection.json @@ -2735,6 +2735,21 @@ ] } ], + "auth": { + "type": "basic", + "basic": [ + { + "key": "password", + "value": "admin", + "type": "string" + }, + { + "key": "username", + "value": "admin", + "type": "string" + } + ] + }, "event": [ { "listen": "prerequest",