Versions in this module Expand all Collapse all v0 v0.1.0 Sep 30, 2024retracted Changes in this version + const DefaultMaxRequestSize + const MFAHeaderName + const MergePatchContentTypeHeader + const NoRequestForwardingHeaderName + const PolicyOverrideHeaderName + const WrapFormatHeaderName + const WrapTTLHeaderName + var FeatureFlag_EnvVariables = [...]string + var Handler vault.HandlerHandler = HandlerAnchor + func TestListener(tb testing.TB) (net.Listener, string) + func TestServer(tb testing.TB, core *vault.Core) (net.Listener, string) + func TestServerAuth(tb testing.TB, addr string, token string) + func TestServerWithListener(tb testing.TB, ln net.Listener, addr string, core *vault.Core) + func TestServerWithListenerAndProperties(tb testing.TB, ln net.Listener, addr string, core *vault.Core, ...) + func WrapForwardedForHandler(h http.Handler, l *configutil.Listener) http.Handler + type FeatureFlagsResponse struct + FeatureFlags []string + type GenerateRootInitRequest struct + OTP string + PGPKey string + type GenerateRootStatusResponse struct + Complete bool + EncodedRootToken string + EncodedToken string + Nonce string + OTP string + OTPLength int + PGPFingerprint string + Progress int + Required int + Started bool + type GenerateRootUpdateRequest struct + Key string + Nonce string + type HandlerAnchor struct + func (h HandlerAnchor) Handler(props *vault.HandlerProperties) http.Handler + type HandlerFunc func(props *vault.HandlerProperties) http.Handler + func (h HandlerFunc) Handler(props *vault.HandlerProperties) http.Handler + type HealthResponse struct + ClusterID string + ClusterName string + Initialized bool + LastWAL uint64 + PerformanceStandby bool + ReplicationDRMode string + ReplicationPerformanceMode string + Sealed bool + ServerTimeUTC int64 + Standby bool + Version string + type InitRequest struct + PGPKeys []string + RecoveryPGPKeys []string + RecoveryShares int + RecoveryThreshold int + RootTokenPGPKey string + SecretShares int + SecretThreshold int + StoredShares int + type InitResponse struct + Keys []string + KeysB64 []string + RecoveryKeys []string + RecoveryKeysB64 []string + RootToken string + type InitStatusResponse struct + Initialized bool + type JoinRequest struct + AutoJoin string + AutoJoinPort uint + AutoJoinScheme string + LeaderAPIAddr string + LeaderCACert string + LeaderClientCert string + LeaderClientKey string + LeaderTLSServerName string + NonVoter bool + Retry bool + type JoinResponse struct + Joined bool + type RekeyRequest struct + Backup bool + PGPKeys []string + RequireVerification bool + SecretShares int + SecretThreshold int + StoredShares int + type RekeyStatusResponse struct + Backup bool + N int + Nonce string + PGPFingerprints []string + Progress int + Required int + Started bool + T int + VerificationNonce string + VerificationRequired bool + type RekeyUpdateRequest struct + Key string + Nonce string + type RekeyUpdateResponse struct + Backup bool + Complete bool + Keys []string + KeysB64 []string + Nonce string + PGPFingerprints []string + VerificationNonce string + VerificationRequired bool + type RekeyVerificationStatusResponse struct + N int + Nonce string + Progress int + Started bool + T int + type RekeyVerificationUpdateRequest struct + Key string + Nonce string + type RekeyVerificationUpdateResponse struct + Complete bool + Nonce string + type UIAssetWrapper struct + FileSystem http.FileSystem + func (fsw *UIAssetWrapper) Open(name string) (http.File, error) + type UnsealRequest struct + Key string + Migrate bool + Reset bool