skip-mev / connect

A general purpose oracle leveraging ABCI++
Other
80 stars 50 forks source link

chore: Fix user permissions #710

Closed Eric-Warehime closed 2 months ago

Eric-Warehime commented 2 months ago

Setting a new user in this way ends up with issues when using an entrypoint command since no entries exist in the corresponding etc/ files.

I tried setting the nobody user which is built into distroless images, but then mounting files in to use as a config becomes an issue. It seems pretty low stakes to give users root inside the distroless container, so I'm just reverting for now.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 56.54%. Comparing base (7391885) to head (4fa52d4). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #710 +/- ## ========================================== + Coverage 56.53% 56.54% +0.01% ========================================== Files 257 257 Lines 13505 13505 ========================================== + Hits 7635 7637 +2 + Misses 5133 5131 -2 Partials 737 737 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.