Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract Admin Server #311

Merged
merged 1 commit into from
Apr 20, 2022
Merged

Extract Admin Server #311

merged 1 commit into from
Apr 20, 2022

Conversation

hackerwins
Copy link
Member

@hackerwins hackerwins commented Apr 20, 2022

What this PR does / why we need it:

Extract Admin Server

Admin Server needs to be handled by a different auth mechanism. It also
has to handle different workloads than RPC.

So this commit extract Admin Server from RPC Server.

Which issue(s) this PR fixes:

Address #273

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Additional documentation:


Checklist:

  • Added relevant tests or not required
  • Didn't break anything

@hackerwins hackerwins force-pushed the extract-admin-server branch from a27c6f0 to 6db91a9 Compare April 20, 2022 03:38
Admin Server needs to be handled by a different auth mechanism. It also
has to handle different workloads than RPC.

So this commit extract Admin Server from RPC Server.
@hackerwins hackerwins force-pushed the extract-admin-server branch from 6db91a9 to 41f974a Compare April 20, 2022 03:43
@codecov
Copy link

codecov bot commented Apr 20, 2022

Codecov Report

Merging #311 (41f974a) into main (8022151) will increase coverage by 0.00%.
The diff coverage is 21.42%.

@@           Coverage Diff           @@
##             main     #311   +/-   ##
=======================================
  Coverage   48.06%   48.07%           
=======================================
  Files          60       59    -1     
  Lines        4904     4903    -1     
=======================================
  Hits         2357     2357           
+ Misses       2287     2285    -2     
- Partials      260      261    +1     
Impacted Files Coverage Δ
yorkie/rpc/server.go 66.03% <ø> (-0.63%) ⬇️
yorkie/rpc/yorkie_server.go 37.74% <ø> (ø)
yorkie/yorkie.go 0.00% <0.00%> (ø)
yorkie/config.go 38.09% <37.50%> (-0.07%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8022151...41f974a. Read the comment docs.

@hackerwins hackerwins requested a review from a team April 20, 2022 03:49
@hackerwins hackerwins merged commit acdefd4 into main Apr 20, 2022
@hackerwins hackerwins deleted the extract-admin-server branch April 20, 2022 05:15
jeonjonghyeok pushed a commit to jeonjonghyeok/yorkie that referenced this pull request Aug 4, 2022
Admin Server needs to be handled by a different auth mechanism. It also
has to handle different workloads than RPC.

So this commit extract Admin Server from RPC Server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant