# Version 9.0.2 # # This is an example authorize.conf. Use this file to configure roles and # capabilities. # # To use one or more of these configurations, copy the configuration block # into authorize.conf in $SPLUNK_HOME/etc/system/local/. You must reload # auth or restart Splunk to enable configurations. # # To learn more about configuration files (including precedence) please see # the documentation located at # http://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles # user with mltk_model_admin role is allowed to upload onnx model file of specified size limit and # create a lookup entry definition for the model file. [capability::upload_onnx_model_file] [capability::apply_ai_commander_command] [capability::edit_ai_commander_config] [capability::list_ai_commander_config] [role_mltk_admin] apply_ai_commander_command = enabled edit_ai_commander_config = enabled list_ai_commander_config = enabled upload_lookup_files = enabled upload_onnx_model_file = enabled [role_sc_admin] apply_ai_commander_command = enabled edit_ai_commander_config = enabled list_ai_commander_config = enabled upload_lookup_files = enabled upload_onnx_model_file = enabled