Skip to content

Commit

Permalink
pd: 🔨 rework RootCommand::start auto-https logic
Browse files Browse the repository at this point in the history
```
         /!\ this is a work in progress and will    /!\
         /!\ be force pushed until ready for review /!\
```

fixes #3627.

this reorganizes the logic in pd's startup code related to automatically
managed https functionality. in particular, this is done in such a
manner as to expose an axum `Router` that will permit later work
(#3646, #3522) to serve other additional routes from our grpc
endpoint.

Refs: #3627
Refs: #3646
Refs: #3522
  • Loading branch information
cratelyn committed Jan 24, 2024
1 parent 8799b34 commit 8f48046
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 160 deletions.
Loading

0 comments on commit 8f48046

Please sign in to comment.