shotover / shotover-proxy

L7 data-layer proxy
https://docs.shotover.io
Apache License 2.0
82 stars 16 forks source link

splitup the `scram_over_mtls` module. #1656

Closed rukai closed 2 weeks ago

rukai commented 1 month ago

blocked on https://github.com/shotover/shotover-proxy/pull/1654

Split the scram_over_mtls module up to have 2 new submodules:

The new file structure will look like:

Make sure to include:

mod recreate_token_queue;
mod create_token;

in scram_over_mtls.rs to import the 2 submodules.