initializing basic auth

feature/basic_auth
Karolis Rusenas 2019-04-16 21:46:55 +01:00
parent a4ac00b378
commit b36789522f
1 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,8 @@ func setupTriggers(ctx context.Context, providers provider.Providers, approvalsM
Port: types.KeelDefaultPort,
Providers: providers,
ApprovalManager: approvalsManager,
Username: os.Getenv(constants.EnvBasicAuthUser),
Password: os.Getenv(constants.EnvBasicAuthPassword),
})
go func() {