Joseph Moukarzel

Results 13 comments of Joseph Moukarzel

We are facing the same issue where the replication intermittently fails either with 401 or 403. ![image](https://github.com/goharbor/harbor/assets/40126230/1b5a7bc4-6f5d-48e9-ba2b-011392f1b589) ![image](https://github.com/goharbor/harbor/assets/40126230/88f02489-ee37-4339-9052-9d2fdece2e94) Edit: This is a screenshot from the same replication mechanism at different...

For us, the solution was to correctly set the `max_open_conns`. The value was simply too high, which was saturating the DB. The initial requests through the Harbor Auth middleware to...

We had max_open_conns set to 100 but that was causing lots of issues with the backend database because its max connection was also 100 and at least 3 of these...