Update correct way to add user to Harbor project as Developer
Some checks are pending
CI/CD Pipeline / Test Backend (push) Waiting to run
CI/CD Pipeline / Test Frontend (push) Waiting to run
CI/CD Pipeline / Build and Push Docker Images (push) Blocked by required conditions
CI/CD Pipeline / Deploy to Production (push) Blocked by required conditions

This commit is contained in:
continuist 2025-06-29 13:01:42 -04:00
parent 583b8c6c65
commit e32e0bcfdd

View file

@ -673,6 +673,11 @@ curl -k -I https://localhost
- Set **Username**: `ci-user` - Set **Username**: `ci-user`
- Set **Email**: `ci@example.com` - Set **Email**: `ci@example.com`
- Set **Password**: `your-secure-password` - 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` - Set **Role**: `Developer`
- Click **OK** - Click **OK**