mirror of
https://github.com/openziti/zrok.git
synced 2025-08-17 03:11:17 +02:00
ziti edge client in sdk package (#128)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user