Add compliange page base URL in context and use it to validate redirect URLs
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -551,7 +551,16 @@ func (impl *Implm) Run(
|
||||
defer stopTrustCenterServer()
|
||||
wg.Go(
|
||||
func() {
|
||||
if err := impl.runTrustCenterServer(trustCenterServerCtx, l, r, tp, pgClient, serverHandler.TrustCenterHandler(), acmeService, proboService); err != nil {
|
||||
if err := impl.runTrustCenterServer(
|
||||
trustCenterServerCtx,
|
||||
l,
|
||||
r,
|
||||
tp,
|
||||
pgClient,
|
||||
serverHandler.TrustCenterHandler(),
|
||||
acmeService,
|
||||
proboService,
|
||||
); err != nil {
|
||||
cancel(fmt.Errorf("trust center server crashed: %w", err))
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user