mirror of
https://github.com/openziti/zrok.git
synced 2025-06-26 04:31:30 +02:00
config can globally delegate to secrets in v1.0.7+ (#983)
This commit is contained in:
parent
ac658fb696
commit
6598fd6961
@ -1,14 +1,16 @@
|
||||
package sdk
|
||||
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
"reflect"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
const ZrokProxyConfig = "zrok.proxy.v1"
|
||||
|
||||
type FrontendConfig struct {
|
||||
Interstitial bool `json:"interstitial"`
|
||||
AuthSecrets bool `json:"secrets_auth"` // v1.0.7+ delegates to secrets storage for auth config
|
||||
AuthScheme AuthScheme `json:"auth_scheme"`
|
||||
BasicAuth *BasicAuthConfig `json:"basic_auth"`
|
||||
OauthAuth *OauthConfig `json:"oauth"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user