Skip to content

Commit

Permalink
RANGER-5117: Fix ssl config param in installprop2xml.properties (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: mjshariati98 <[email protected]>
  • Loading branch information
mjshariati98 and mjshariati98 authored Jan 26, 2025
1 parent aab28a5 commit fb8d3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unixauthservice/scripts/templates/installprop2xml.properties
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ AUTH_SSL_KEYSTORE_FILE = ranger.usersync.keystore.file
AUTH_SSL_KEYSTORE_PASSWORD = ranger.usersync.keystore.password
AUTH_SSL_TRUSTSTORE_FILE = ranger.usersync.truststore.file
AUTH_SSL_TRUSTSTORE_PASSWORD = ranger.usersync.truststore.password
AUTH_SSL_ENABLED = ranger.usersync.enabled
AUTH_SSL_ENABLED = ranger.usersync.ssl
SYNC_LDAP_REFERRAL = ranger.usersync.ldap.referral
usersync_principal= ranger.usersync.kerberos.principal
usersync_keytab= ranger.usersync.kerberos.keytab
#JVM metrics related property
JVM_METRICS_ENABLED=ranger.usersync.metrics.enabled
JVM_METRICS_FILENAME=ranger.usersync.metrics.filename
JVM_METRICS_FILEPATH=ranger.usersync.metrics.filepath
JVM_METRICS_FREQUENCY_TIME_IN_MILLIS=ranger.usersync.metrics.frequencytimeinmillis
JVM_METRICS_FREQUENCY_TIME_IN_MILLIS=ranger.usersync.metrics.frequencytimeinmillis

0 comments on commit fb8d3b8

Please sign in to comment.