From e32e0bcfddca707f949acb6de1494b2e63e87a85 Mon Sep 17 00:00:00 2001 From: continuist Date: Sun, 29 Jun 2025 13:01:42 -0400 Subject: [PATCH] Update correct way to add user to Harbor project as Developer --- CI_CD_PIPELINE_SETUP_GUIDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CI_CD_PIPELINE_SETUP_GUIDE.md b/CI_CD_PIPELINE_SETUP_GUIDE.md index 7f9ec84..35c4b17 100644 --- a/CI_CD_PIPELINE_SETUP_GUIDE.md +++ b/CI_CD_PIPELINE_SETUP_GUIDE.md @@ -673,6 +673,11 @@ curl -k -I https://localhost - Set **Username**: `ci-user` - Set **Email**: `ci@example.com` - Set **Password**: `your-secure-password` + - Click **OK** + +3. **Assign Project Role to ci-user**: + - Go to **Projects** → **APP_NAME** → **Members** → **+ User** + - Select **User**: `ci-user` - Set **Role**: `Developer` - Click **OK**