Fixes: https://tracker.ceph.com/issues/61868
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
&& opt_cmd != OPT::PUBSUB_NOTIFICATION_GET
&& opt_cmd != OPT::PUBSUB_TOPIC_RM
&& opt_cmd != OPT::PUBSUB_NOTIFICATION_RM
- && opt_cmd != OPT::PUBSUB_TOPIC_STATS ) {
+ && opt_cmd != OPT::PUBSUB_TOPIC_STATS
+ && opt_cmd != OPT::SCRIPT_PUT
+ && opt_cmd != OPT::SCRIPT_GET
+ && opt_cmd != OPT::SCRIPT_RM) {
cerr << "ERROR: --tenant is set, but there's no user ID" << std::endl;
return EINVAL;
}