Skip to content

Commit

Permalink
Edit context according to the new sdsclient
Browse files Browse the repository at this point in the history
  • Loading branch information
EIP-Laurent committed Nov 14, 2022
1 parent a1fecfc commit f80425b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/efficientip/efficientip.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func NewEfficientIPProvider(config EfficientIPConfig) (*EfficientIPProvider, err
Password: config.Password,
})
ctx = context.WithValue(ctx, eip.ContextServerVariables, map[string]string{
"your_solidserver_fqdn": config.Host,
"host": config.Host,
"port": strconv.Itoa(config.Port),
})
client := NewEfficientipAPI(ctx, clientConfig)
Expand Down

0 comments on commit f80425b

Please sign in to comment.