Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contexts ¶
func (Contexts) HasAWSRemoteSecrets ¶ added in v0.0.2
type Manager ¶ added in v0.0.2
type Manager struct {
AWSSecretManager *secretsmanager.SecretsManager
}
func (*Manager) GetAWSSecret ¶ added in v0.0.2
func (*Manager) ProcessContexts ¶ added in v0.0.2
func (*Manager) ProcessProjects ¶ added in v0.0.2
type Project ¶ added in v0.0.2
type Project struct { Extends []string `yaml:"extends,omitempty"` ProjectSlug string `yaml:"project_slug,omitempty"` Secrets Secrets `yaml:"secrets"` SkipDeploy bool `yaml:"skip_deploy,omitempty"` RemoteSecretStore *RemoteSecretStore `yaml:"remote_secret_store,omitempty"` }
type Projects ¶ added in v0.0.2
func (Projects) HasAWSRemoteSecrets ¶ added in v0.0.2
type RemoteSecretStore ¶ added in v0.0.2
type RemoteSecretStore struct {
Type string `yaml:"type"`
}
Click to show internal directories.
Click to hide internal directories.