Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
giem-git committed Sep 27, 2023
1 parent 1fc66f6 commit abeacb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tdp_vars_defaults/hadoop/hadoop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ hadoop_credentials_properties:
value: '{{ hadoop_truststore_password }}'

# SPNEGO Configuration
http_secret_location: /etc/securigit diff --cached --name-only --diff-filter=ACMty/http_secret
http_secret_location: /etc/security/http_secret
http_cookie_domain: tdp.local

# Properties
Expand Down Expand Up @@ -162,7 +162,7 @@ core_site:
hadoop.security.auth_to_local: |-
{% for rule in (auth_to_local | dict2items | map(attribute='value') | flatten) %}
{{ rule }}
{% endfor %}git diff --cached --name-only --diff-filter=ACM
{% endfor %}
DEFAULT
hadoop.proxyuser.hbase.groups: "*"
hadoop.proxyuser.hbase.hosts: "*"
Expand All @@ -181,7 +181,7 @@ core_site:
hadoop.http.authentication.kerberos.principal: "HTTP/_HOST@{{ realm }}"
hadoop.http.filter.initializers: org.apache.hadoop.security.AuthenticationFilterInitializer
hadoop.http.authentication.simple.anonymous.allowed: "false"
hadoop.http.authentication.signgit diff --cached --name-only --diff-filter=ACMature.secret.file: "{{ http_secret_location }}"
hadoop.http.authentication.signature.secret.file: "{{ http_secret_location }}"
hadoop.http.authentication.cookie.domain: "{{ http_cookie_domain }}"
hadoop.ssl.server.conf: ssl-server.xml
hadoop.ssl.client.conf: ssl-client.xml
Expand Down

0 comments on commit abeacb4

Please sign in to comment.