add ignoreChain option for service
This commit is contained in:
@ -40,6 +40,7 @@ const (
|
||||
mdKeyPreDown = "preDown"
|
||||
mdKeyPostUp = "postUp"
|
||||
mdKeyPostDown = "postDown"
|
||||
mdKeyIgnoreChain = "ignoreChain"
|
||||
)
|
||||
|
||||
func ParseAuther(cfg *config.AutherConfig) auth.Authenticator {
|
||||
|
Reference in New Issue
Block a user