mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
s/0.13/1.0/g
1.0 here we come!
This commit is contained in:
@@ -43,7 +43,7 @@ func validateTask(task *structs.Task, taskEnv *taskenv.TaskEnv, conf *config.Con
|
||||
var mErr multierror.Error
|
||||
|
||||
// Validate the user
|
||||
// COMPAT(0.13) uses inclusive language. blacklist is kept for backward compatilibity.
|
||||
// COMPAT(1.0) uses inclusive language. blacklist is kept for backward compatilibity.
|
||||
unallowedUsers := conf.ReadStringListAlternativeToMapDefault(
|
||||
[]string{"user.denylist", "user.blacklist"},
|
||||
config.DefaultUserDenylist,
|
||||
|
||||
Reference in New Issue
Block a user