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"`
}
Click to show internal directories.
Click to hide internal directories.