Skip to content
Snippets Groups Projects
Verified Commit 38a64f0e authored by David Runge's avatar David Runge :chipmunk:
Browse files

feat: Add `HermeticParallelConfig::get_administrative_secret_handling`


Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 12f48f08
No related branches found
No related tags found
1 merge request!179Add various extensions and improvements for nethsm-config
......@@ -2149,6 +2149,11 @@ impl HermeticParallelConfig {
self.users.iter()
}
/// Returns the [`AdministrativeSecretHandling`].
pub fn get_administrative_secret_handling(&self) -> AdministrativeSecretHandling {
self.admin_secret_handling
}
/// Validates the components of the [`HermeticParallelConfig`].
fn validate(&self) -> Result<(), Error> {
// ensure there are no duplicate system users
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment