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

feat: Add HermeticParellelConfig::get_non_administrative_secret_handling


Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 38a64f0e
No related branches found
No related tags found
1 merge request!179Add various extensions and improvements for nethsm-config
......@@ -2154,6 +2154,11 @@ impl HermeticParallelConfig {
self.admin_secret_handling
}
/// Returns the [`NonAdministrativeSecretHandling`].
pub fn get_non_administrative_secret_handling(&self) -> NonAdministrativeSecretHandling {
self.non_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