v0.4.1 authentication impelemented, not tested and docs not updated
This commit is contained in:
@ -72,11 +72,6 @@ func (c *Config) validate() error {
|
||||
}
|
||||
}
|
||||
|
||||
// Validate net access if present
|
||||
if err := validateNetAccess(pipeline.Name, pipeline.NetAccess); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// Validate auth if present
|
||||
if err := validateAuth(pipeline.Name, pipeline.Auth); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user