blob: a4ab5d10645ec8a1c85f2228b1bc8a593a2b0433 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
[groups]
developer = jdbc_connector_role, hdfs_connector_role,kafka_connector_role,kite_connector_role,\
jobs_analyst_role,links_analyst_role
analyst = jobs_analyst_role,links_analyst_role
connectors_operator = jdbc_connector_role, hdfs_connector_role,kafka_connector_role,kite_connector_role
jobs_analyst = jobs_analyst_role
job1_2_operator = job1_role,job2_role
links_analyst = links_analyst_role
link1_2_operator = link1_role,link2_role
admin = admin_role
[roles]
admin_role = server=server1->action=*
jdbc_connector_role = server=server1->connector=generic-jdbc-connector->action=read
hdfs_connector_role = server=server1->connector=hdfs-connector->action=read
kafka_connector_role = server=server1->connector=kafka-connector->action=read
kite_connector_role = server=server1->connector=kite-connector->action=read
jobs_analyst_role = server=server1->job=all->action=*
job1_role = server=server1->job=job1->action=read
job2_role = server=server1->job=job2->action=read
links_analyst_role = server=server1->link=all->action=*
link1_role = server=server1->link=link1->action=read
link2_role = server=server1->link=link2->action=read