oracle

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: May 22, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

View Source
const (
	VaultEndpointEnv = "ORACLE_VAULT_ENDPOINT"
	STSEndpointEnv   = "ORACLE_STS_ENDPOINT"
	SVMEndpointEnv   = "ORACLE_SVM_ENDPOINT"
)

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 VMInterface

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

type VaultManagementService

type VaultManagementService struct {
	Client         VMInterface
	KmsVaultClient KmsVCInterface
	// 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 (*VaultManagementService) GetAllSecrets added in v0.5.0

Empty GetAllSecrets.

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

Not Implemented PushSecret.

func (*VaultManagementService) Validate added in v0.4.2

func (*VaultManagementService) ValidateStore added in v0.5.0

func (vms *VaultManagementService) ValidateStore(store esv1beta1.GenericStore) error

Directories

Path Synopsis
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

Jump to

Keyboard shortcuts

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