Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
AuthenticationType string `envconfig:"MIGRATION_PLANNER_AUTH" default:""`
JwkCertURL string `envconfig:"MIGRATION_PLANNER_JWK_URL" default:""`
LocalPrivateKey string `envconfig:"MIGRATION_PLANNER_PRIVATE_KEY" default:""`
AgentAuthenticationEnabled bool `envconfig:"MIGRATION_PLANNER_AGENT_AUTH_ENABLED" default:"true"`
}
type S3 ¶
type S3 struct {
Endpoint string `envconfig:"MIGRATION_PLANNER_S3_ENDPOINT" default:""`
Bucket string `envconfig:"MIGRATION_PLANNER_S3_BUCKET" default:""`
AccessKey string `envconfig:"MIGRATION_PLANNER_S3_ACCESS_KEY" default:""`
SecretKey string `envconfig:"MIGRATION_PLANNER_S3_SECRET_KEY" default:""`
IsoFileName string `envconfig:"MIGRATION_PLANNER_S3_ISO_FILENAME" default:""`
IsoSha256 string `envconfig:"MIGRATION_PLANNER_S3_ISO_SHA256" default:""`
}
Click to show internal directories.
Click to hide internal directories.