package
0.0.0-20211028132931-661d31785a01
Repository: https://github.com/tamalsaha/java-cacert-demo.git
Documentation: pkg.go.dev

# Packages

Package fake contains a fake Vault signer for use in tests.

# Functions

New returns a new Vault instance with the given namespace, issuer and secrets lister.

# Structs

Vault implements Interface and holds a Vault issuer, secrets lister and a Vault client.

# Interfaces

Client implements functionality to talk to a Vault server.
Interface implements various high level functionality related to connecting with a Vault server, verifying its status and signing certificate request for Vault's certificate.

# Type aliases

ClientBuilder is a function type that returns a new Interface.