Project

General

Profile

« Previous | Next » 

Revision 6946aa8d

Added by Jonathon Turel about 5 years ago

Refs #26571 - Support ACL file & router auth

View differences:

templates/router/connector.conf.erb
host: <%= @host %>
port: <%= @port %>
sasl-mechanisms: <%= @sasl_mech %>
<% unless [nil, :undefined, :undef, ''].include?(@sasl_username) -%>
sasl-username: <%= @sasl_username %>
<% end -%>
<% unless [nil, :undefined, :undef, ''].include?(@sasl_password) -%>
sasl-password: <%= @sasl_password %>
<% end -%>
<% unless [nil, :undefined, :undef, ''].include?(@role) -%>
role: <%= @role %>
<% end -%>

Also available in: Unified diff