Skip to content

Commit

Permalink
Missed changes to initialize
Browse files Browse the repository at this point in the history
Signed-off-by: Asa Yeamans <[email protected]>
  • Loading branch information
asa-yeamans committed May 8, 2023
1 parent 7c3e22c commit c9ca1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/filters/oidc/jwks_resolver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ DynamicJwksResolverImpl::JwksFetcher::JwksFetcher(
? config.periodic_fetch_interval_sec()
: kJwksPeriodicFetchIntervalSec)),
timer_(ioc_, periodic_fetch_interval_sec_),
idp_config_(config),
verify_peer_cert_(!config.skip_verify_peer_cert()) {
// Extract initial JWKs.
// After timer callback sucessful, next timer invocation will be scheduled.
Expand Down
1 change: 1 addition & 0 deletions src/filters/oidc/jwks_resolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class DynamicJwksResolverImpl : public JwksResolver {
boost::asio::io_context& ioc_;
std::chrono::seconds periodic_fetch_interval_sec_;
boost::asio::steady_timer timer_;
const config::oidc::OIDCConfig idp_config_;
bool verify_peer_cert_ = false;
};

Expand Down

0 comments on commit c9ca1e9

Please sign in to comment.