Skip to content

Commit

Permalink
Removed deprecated SMM parameters from template.
Browse files Browse the repository at this point in the history
  • Loading branch information
asdaraujo committed Mar 2, 2022
1 parent 0d5d1f9 commit 9287fed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ SPARK3_ON_YARN:
GATEWAY:
spark_io_encryption_enabled: true
spark_network_encryption_enabled: true
STREAMS_MESSAGING_MANAGER:
STREAMS_MESSAGING_MANAGER_SERVER:
streams.messaging.manager.kafka.client.security.protocol: {{ cluster.security.tls | default(false) | ternary('SASL_SSL', 'SASL_PLAINTEXT') }}
1 change: 0 additions & 1 deletion roles/config/cluster/base/templates/configs/tls-cm-7.j2
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ STREAMS_MESSAGING_MANAGER:
ssl_server_keystore_keypassword: {{ tls_keystore_password }}
ssl_server_keystore_location: {{ tls_keystore_path_generic }}
ssl_server_keystore_password: {{ tls_keystore_password }}
streams.messaging.manager.kafka.client.security.protocol: {{ cluster.security.kerberos | default(false) | ternary('SASL_SSL', 'SSL') }}
STREAMS_MESSAGING_MANAGER_UI:
ssl_client_truststore_location: {{ tls_chain_path }}
ssl_enabled: true
Expand Down

0 comments on commit 9287fed

Please sign in to comment.