vtaclcheck

vtaclcheck

vtaclcheck checks that the access-control list (ACL) rules in a given file are valid.

  1. vtaclcheck [flags]

Options

  1. --acl-file string The path of the JSON ACL file to check
  2. --alsologtostderr log to standard error as well as files
  3. --config-file string Full path of the config file (with extension) to use. If set, --config-path, --config-type, and --config-name are ignored.
  4. --config-file-not-found-handling ConfigFileNotFoundHandling Behavior when a config file is not found. (Options: error, exit, ignore, warn) (default warn)
  5. --config-name string Name of the config file (without extension) to search for. (default "vtconfig")
  6. --config-path strings Paths to search for config files in. (default [$WORKDIR])
  7. --config-persistence-min-interval duration minimum interval between persisting dynamic config changes back to disk (if no change has occurred, nothing is done). (default 1s)
  8. --config-type string Config file type (omit to infer config type from file extension).
  9. -h, --help help for vtaclcheck
  10. --keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
  11. --keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
  12. --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
  13. --log_dir string If non-empty, write log files in this directory
  14. --log_err_stacks log stack traces for errors
  15. --log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
  16. --logtostderr log to standard error instead of files
  17. --pprof strings enable profiling
  18. --purge_logs_interval duration how often try to remove old logs (default 1h0m0s)
  19. --security_policy string the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only)
  20. --static-auth-file string The path of the auth_server_static JSON file to check
  21. --stderrthreshold severity logs at or above this threshold go to stderr (default 1)
  22. --v Level log level for V logs
  23. -v, --version print binary version
  24. --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging