mirror of
https://github.com/openziti/zrok.git
synced 2025-06-30 14:30:30 +02:00
ziti edge client in sdk package (#128)
This commit is contained in:
@ -66,7 +66,7 @@ func (h *accessHandler) Handle(params share.AccessParams, principal *rest_model_
|
||||
return share.NewAccessInternalServerError()
|
||||
}
|
||||
|
||||
edge, err := edgeClient()
|
||||
edge, err := zrokEdgeSdk.Client(cfg.Ziti)
|
||||
if err != nil {
|
||||
logrus.Error(err)
|
||||
return share.NewAccessInternalServerError()
|
||||
|
Reference in New Issue
Block a user