8xFF / atm0s-media-server

Decentralized, Global-Scale Media Server written in Rust (WebRTC/Whip/Whep/Rtmp/Sip)
https://8xff.github.io/media-docs/
MIT License
233 stars 17 forks source link

feat: now we have 2 mode: multi-tenancy with dynamic app sync or static secret #446

Closed giangndm closed 1 month ago

giangndm commented 1 month ago

Description

This PR updates the multi tenancy feature configuration. Now we have 2 separated mode:

Related Issue

No

Checklist

Screenshots

If applicable, add screenshots to help explain the changes made.

Additional Notes

Add any additional notes or context about the pull request here.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 30.23256% with 30 lines in your changes missing coverage. Please review.

Project coverage is 41.37%. Comparing base (8c304da) to head (ae889e9). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
packages/multi_tenancy/src/store.rs 50.00% 13 Missing :warning:
bin/src/server/gateway.rs 0.00% 6 Missing :warning:
bin/src/server/media.rs 0.00% 6 Missing :warning:
bin/src/server/connector.rs 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #446 +/- ## ========================================== - Coverage 41.43% 41.37% -0.06% ========================================== Files 165 165 Lines 18150 18154 +4 ========================================== - Hits 7521 7512 -9 - Misses 10629 10642 +13 ```

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