secrets

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package secrets defines the reviewed declarative write-only field catalog.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsVaultReference

func IsVaultReference(value string) bool

IsVaultReference reports whether value is a public Konnect vault reference rather than secret material itself.

Types

type Capability

type Capability struct {
	ResourceType resources.ResourceType
	PathPattern  string
	Create       bool
	Update       bool
}

Capability describes the supported lifecycle of a write-only field.

func Capabilities

func Capabilities() []Capability

Capabilities returns a copy of the reviewed catalog.

func Match

func Match(resourceType resources.ResourceType, fieldPath string) (Capability, bool)

Match returns the reviewed capability for a concrete resource field path.

Jump to

Keyboard shortcuts

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