Implement hashicorp vault

This commit is contained in:
2025-06-01 22:49:25 -06:00
parent 5410a9f9a0
commit a56818bcf8
3 changed files with 92 additions and 41 deletions

View File

@@ -11,6 +11,5 @@ namespace Core.Blueprint.KeyVault.Configuration
public string Address { get; set; } = string.Empty;
public string Token { get; set; } = string.Empty;
public string SecretMount { get; set; } = string.Empty;
public string SecretPath { get; set; } = string.Empty;
}
}