cells acl search
./cells acl search
List current ACLs
Synopsis
List ACLs currently stored in the acl micro-service.
Use the flags to search ACLs by a given facet : node_id, role_id, workspace_id or action.
./cells acl search [flags]
Options
-a, --action stringArray Action value
-h, --help help for search
-n, --node_id stringArray NodeIDs
-r, --role_id stringArray RoleIDs
-w, --workspace_id stringArray WorkspaceIDs
Options inherited from parent commands
--broker string Pub/sub service for events between services (currently nats only) (default "nats")
--broker_address string Broker port (default ":4222")
--enable_metrics Instrument code to expose internal metrics
--enable_pprof Enable pprof remote debugging
--fork Used internally by application when forking processes
--grpc_cert string Certificates used for communication via grpc
--grpc_external string External port exposed for gRPC (may be fixed if no SSL is configured or a reverse proxy is used)
--grpc_key string Certificates used for communication via grpc
--log string Sets the log level mode (default "info")
--registry string Registry used to manage services (currently nats only) (default "nats")
--registry_address string Registry connection address (default ":4222")
--registry_cluster_address string Registry cluster address (default ":5222")
--registry_cluster_routes string Registry cluster routes
--transport string Transport protocol for RPC (default "grpc")
--transport_address string Transport protocol port (default ":4222")
SEE ALSO
- ./cells acl - Manage access control lists