graylog-group-mapping.conf.tmpl 179 B

12345678
  1. [DEFAULTS]
  2. default-role={{ graylog_config['default_role'] }}
  3. [GROUP-MAPPING]
  4. {%- for key, value in graylog_config['role_mapping'].items() %}
  5. {{ key }}={{ value }}
  6. {%- endfor %}