Skip to content

Commit

Permalink
Fix URLs for enterprises
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Adrian Samfira <[email protected]>
  • Loading branch information
gabriel-samfira committed Sep 24, 2023
1 parent 5f2cb19 commit 4bedb1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runner/pool/enterprise.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ func NewEnterprisePoolManager(ctx context.Context, cfg params.Enterprise, cfgInt
store: store,
providers: providers,
controllerID: cfgInternal.ControllerID,
urls: urls{
webhookURL: cfgInternal.BaseWebhookURL,
callbackURL: cfgInternal.InstanceCallbackURL,
metadataURL: cfgInternal.InstanceMetadataURL,
controllerWebhookURL: cfgInternal.ControllerWebhookURL,
},
quit: make(chan struct{}),
helper: helper,
credsDetails: cfgInternal.GithubCredentialsDetails,
Expand Down

0 comments on commit 4bedb1d

Please sign in to comment.