-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yaml
24 lines (23 loc) · 998 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
options:
database-name:
type: string
default:
description: The desired database name for which the access will be granted (this parameter is needed for MongoDB, MySQL and PostgreSQL).
topic-name:
type: string
default:
description: The topic name for which the access is granted (this parameter is needed for Kafka).
index-name:
type: string
default:
description: The index name for which the access is granted (this parameter is needed for OpenSearch).
extra-user-roles:
type: string
default:
description: a comma-separated list of values that contains the required extra roles, e.g. `admin` in case of a database or `producer`, `consumer` in case of Kafka.
consumer-group-prefix:
type: string
default:
description: the required consumer group prefix for Kafka. (This is an optional parameter that could be specified in case of `consumer` role is set).