Skip to content

Commit cc628fc

Browse files
committed
Update JWTs on reload endpoint
1 parent f776bca commit cc628fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/signer/src/service.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ async fn handle_reload(
270270
}
271271
};
272272

273+
state.jwts = config.jwts.clone().into();
274+
273275
let new_manager = match start_manager(config).await {
274276
Ok(manager) => manager,
275277
Err(err) => {

0 commit comments

Comments
 (0)