oracle

package
v0.9.16 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SecretNotFound = iota
	SecretExists
	SecretAPIError
)

Variables

This section is empty.

Functions

This section is empty.

Types

type KmsVCInterface added in v0.6.1

type KmsVCInterface interface {
	GetVault(ctx context.Context, request keymanagement.GetVaultRequest) (response keymanagement.GetVaultResponse, err error)
}

type TokenProvider added in v0.9.9

type TokenProvider struct {
	Name      string
	Namespace string
	Audiences []string
	Clientset kubernetes.Interface
}

TokenProvider implements the ServiceAccountTokenProvider interface to create service account tokens for OCI authentication.

func NewTokenProvider added in v0.9.9

func NewTokenProvider(clientset kubernetes.Interface, serviceAccountRef *esmeta.ServiceAccountSelector, namespace string) *TokenProvider

NewTokenProvider creates a new TokenProvider for a given service account.

func (*TokenProvider) ServiceAccountToken added in v0.9.9

func (t *TokenProvider) ServiceAccountToken() (string, error)

ServiceAccountToken creates a new service account token for OCI authentication.

type VMInterface

type VMInterface interface {
	GetSecretBundleByName(ctx context.Context, request secrets.GetSecretBundleByNameRequest) (secrets.GetSecretBundleByNameResponse, error)
}

type VaultInterface added in v0.9.9

type VaultInterface interface {
	ListSecrets(ctx context.Context, request vault.ListSecretsRequest) (response vault.ListSecretsResponse, err error)
	CreateSecret(ctx context.Context, request vault.CreateSecretRequest) (response vault.CreateSecretResponse, err error)
	UpdateSecret(ctx context.Context, request vault.UpdateSecretRequest) (response vault.UpdateSecretResponse, err error)
	ScheduleSecretDeletion(ctx context.Context, request vault.ScheduleSecretDeletionRequest) (response vault.ScheduleSecretDeletionResponse, err error)
}

type VaultManagementService

type VaultManagementService struct {
	Client         VMInterface
	KmsVaultClient KmsVCInterface
	VaultClient    VaultInterface
	// contains filtered or unexported fields
}

func (*VaultManagementService) Capabilities added in v0.7.0

Capabilities return the provider supported capabilities (ReadOnly, WriteOnly, ReadWrite).

func (*VaultManagementService) Close

func (*VaultManagementService) DeleteSecret added in v0.7.0

func (vms *VaultManagementService) DeleteSecret(ctx context.Context, remoteRef esv1beta1.PushSecretRemoteRef) error

func (*VaultManagementService) GetAllSecrets added in v0.5.0

func (vms *VaultManagementService) GetAllSecrets(ctx context.Context, ref esv1beta1.ExternalSecretFind) (map[string][]byte, error)

func (*VaultManagementService) GetSecret

func (*VaultManagementService) GetSecretMap

func (*VaultManagementService) NewClient

NewClient constructs a new secrets client based on the provided store.

func (*VaultManagementService) PushSecret added in v0.7.0

func (vms *VaultManagementService) PushSecret(ctx context.Context, secret *corev1.Secret, data esv1beta1.PushSecretData) error

func (*VaultManagementService) SecretExists added in v0.9.14

func (*VaultManagementService) Validate added in v0.4.2

func (*VaultManagementService) ValidateStore added in v0.5.0

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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