You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following changes were made:
- Moved keylime/src/global_config.rs to keylime/src/config/errors.rs
- Moved keylime-agent/src/config.rs to keylime/src/config/base.rs
- Moved the EnvConfig structure to the dedicated file
keylime/src/config/env.rs
- Moved the SUPPORTED_API_VERSIONS value from keylime-agent/src/api.rs
to keylime/src/config/base.rs
- Added temporary values for DEFAULT_PUSH_API_VERSIONS and
DEFAULT_PUSH_EK_HANDLE in keylme/src/config/push_model.rs
- Modified other files as necessary
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
error!("Agent mTLS is enabled, but trusted_client_ca option was not provided");
577
-
returnErr(Error::Configuration(global_config::KeylimeConfigError::Generic("Agent mTLS is enabled, but trusted_client_ca option was not provided".to_string())));
577
+
returnErr(Error::Configuration(config::KeylimeConfigError::Generic("Agent mTLS is enabled, but trusted_client_ca option was not provided".to_string())));
0 commit comments