ziti edge client in sdk package (#128)

This commit is contained in:
Michael Quigley
2023-03-07 14:31:39 -05:00
parent df4c52aae5
commit 3a0c06f54d
15 changed files with 62 additions and 33 deletions

View File

@ -1,6 +1,7 @@
package controller
import (
"github.com/openziti/zrok/controller/zrokEdgeSdk"
"time"
"github.com/michaelquigley/cf"
@ -21,7 +22,7 @@ type Config struct {
Registration *RegistrationConfig
ResetPassword *ResetPasswordConfig
Store *store.Config
Ziti *ZitiConfig
Ziti *zrokEdgeSdk.ZitiConfig
}
type AdminConfig struct {
@ -51,12 +52,6 @@ type ResetPasswordConfig struct {
ResetUrlTemplate string
}
type ZitiConfig struct {
ApiEndpoint string
Username string
Password string `cf:"+secret"`
}
type InfluxConfig struct {
Url string
Bucket string