dummy

package
v1.3.28 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2025 License: Apache-2.0, MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DummySecret

type DummySecret struct {
}

DummySecret is a simple service that returns the dummy value to use in place of a secret. This is required because the Octopus API never exports secrets, so octoterra can not include secrets in the exported Terraform module. It can be useful, however, to create resources that depend on secret values and update those secrets later. To do this, octoterra can optionally default secret values to dummy values.

func (DummySecret) GetDummyCertificate

func (e DummySecret) GetDummyCertificate() *string

func (DummySecret) GetDummyCertificateBase64

func (e DummySecret) GetDummyCertificateBase64() *string

func (DummySecret) GetDummyCertificateNoPass

func (e DummySecret) GetDummyCertificateNoPass() *string

func (DummySecret) GetDummyCertificatePassword

func (e DummySecret) GetDummyCertificatePassword() *string

func (DummySecret) GetDummySecret

func (e DummySecret) GetDummySecret() *string

type DummySecretGenerator

type DummySecretGenerator interface {
	GetDummySecret() *string
	GetDummyCertificate() *string
	GetDummyCertificateNoPass() *string
	GetDummyCertificateBase64() *string
	GetDummyCertificatePassword() *string
}

DummySecretGenerator defines the service used to generate dummy secret values

Jump to

Keyboard shortcuts

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