cells-enterprise admin acl delete

Remove one or more ACLs

Synopsis

DESCRIPTION

Remove one or more ACLs by querying the ACL API. Flags allow you to query the gRPC service and delete the resulting ACLs.

WARNING ACLs are the corner stone of Pydio Cells system: you might corrupt your instance by removing some of them.
So please use with extra care: insure that you know what you are doing and have a valid backup.

./cells-enterprise admin acl delete [flags]

Options

  -a, --action stringArray         Action Name
  -f, --force                      DANGER: force deletion of found ACLs without user confirmation
  -h, --help                       help for delete
  -n, --node_id stringArray        NodeIDs
  -r, --role_id stringArray        RoleIDs
  -w, --workspace_id stringArray   WorkspaceIDs

Options inherited from parent commands

      --advertise_address string   Default advertise address (default "127.0.0.1")
      --broker string              Pub/sub service for events between services (default "grpc://:8030")
      --config string              Configuration storage URL. Supported schemes: etcd|etcd+tls|file|grpc|mem|vault|vaults (default "file:///home/teamcity/.config/pydio/cells/pydio.json")
      --discovery string           Registry and pub/sub (default "grpc://:8030")
      --registry string            Registry used to contact services (default "grpc://:8030")

SEE ALSO

Auto generated by Pydio Cells Enterprise Distribution v4.2.1 on 22-May-2023
Back to top