Forgot to update getVaultConfig
Signed-off-by: Casper Thygesen <cth@trifork.com>
This commit is contained in:
@@ -58,6 +58,7 @@ export interface VaultConfig {
|
||||
export function getVaultConfig(config: Config): VaultConfig {
|
||||
return {
|
||||
baseUrl: config.getString('vault.baseUrl'),
|
||||
publicUrl: config.getOptionalString('vault.publicUrl'),
|
||||
token: config.getString('vault.token'),
|
||||
kvVersion: config.getOptionalNumber('vault.kvVersion') ?? 2,
|
||||
secretEngine: config.getOptionalString('vault.secretEngine') ?? 'secrets',
|
||||
|
||||
Reference in New Issue
Block a user