keymanagers

package
v0.0.0-...-cb16949 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetProvider

func GetProvider(config KeyManagerConfig) (authenticator.KeyManager, error)

Types

type AzureKeyVaultProvider

type AzureKeyVaultProvider struct {
	// contains filtered or unexported fields
}

func (AzureKeyVaultProvider) SignExternally

func (a AzureKeyVaultProvider) SignExternally(body []byte) (string, error)

type KeyManagerConfig

type KeyManagerConfig struct {
	ProviderName string `json:"providerName"`
	VaultUrl     string `json:"vaultUrl"`
	KeyName      string `json:"keyName"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL