mirror of
https://github.com/openziti/zrok.git
synced 2024-11-25 17:43:53 +01:00
elide client_secret in cf.Dump (#404)
This commit is contained in:
parent
adbe4e78c0
commit
7f6f2de5e8
@ -36,7 +36,7 @@ func (oc *OauthConfig) GetProvider(name string) *OauthProviderConfig {
|
|||||||
type OauthProviderConfig struct {
|
type OauthProviderConfig struct {
|
||||||
Name string
|
Name string
|
||||||
ClientId string
|
ClientId string
|
||||||
ClientSecret string
|
ClientSecret string `cf:"+secret"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func DefaultConfig() *Config {
|
func DefaultConfig() *Config {
|
||||||
|
Loading…
Reference in New Issue
Block a user