CheckNexus.Vault 0.2.0-alpha.2

This is a prerelease version of CheckNexus.Vault.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package CheckNexus.Vault --version 0.2.0-alpha.2
                    
NuGet\Install-Package CheckNexus.Vault -Version 0.2.0-alpha.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CheckNexus.Vault" Version="0.2.0-alpha.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CheckNexus.Vault" Version="0.2.0-alpha.2" />
                    
Directory.Packages.props
<PackageReference Include="CheckNexus.Vault" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CheckNexus.Vault --version 0.2.0-alpha.2
                    
#r "nuget: CheckNexus.Vault, 0.2.0-alpha.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CheckNexus.Vault@0.2.0-alpha.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CheckNexus.Vault&version=0.2.0-alpha.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=CheckNexus.Vault&version=0.2.0-alpha.2&prerelease
                    
Install as a Cake Tool

CheckNexus Vault

HashiCorp Vault KV v2 composition adapter for the CheckNexus API Contracts and Database Comparison modules.

Install

<PackageReference Include="CheckNexus.Vault" Version="0.2.0-alpha.2" />

Add CheckNexusVaultModule to the executable ABP module graph. The module registers one VaultSecretProvider singleton and explicitly exposes it through both checker ISecretProvider contracts.

Configuration

The adapter uses the Vault configuration section:

  • Address: absolute Vault or Vault Agent/Proxy address.
  • Mount: one KV v2 mount segment.
  • AuthenticationMode: Token or AgentProxy.
  • Token: local token injection; do not store it in appsettings.
  • TokenFile: token file or container secret path.
  • Namespace: optional Vault Enterprise/HCP namespace.
  • RequestTimeoutSeconds: positive request timeout.

Use .NET user-secrets only for local development. Production deployments should use workload identity with Vault Agent/Proxy or an environment-appropriate authentication method, least-privilege policies, TLS, audit logging, and a documented unseal and rotation procedure.

The adapter never owns checker entities or migrations. Checker packages retain their secret-store ports, while the executable composition host owns provider selection and lifecycle.

License

MIT

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated