credentials

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2026 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CredentialsController

type CredentialsController struct {
	Config      config.Config
	Persistence ports.Persistence
	SCM         scm.Client
	IAM         *iam.Service
}

CredentialsController handles credential requests from iac-cli This is the Atlantis-style controller (handler as struct method)

func NewCredentialsController

func NewCredentialsController(
	cfg config.Config,
	repoStorage ports.Persistence,
	scmClient scm.Client,
	iamSvc *iam.Service,
) *CredentialsController

NewCredentialsController creates a new credentials controller

func (*CredentialsController) Handle

Handle processes credential requests

Jump to

Keyboard shortcuts

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