Skip to content

Commit

Permalink
[Fix](test)Fixing the Issue of Kerberos Principal Not Mapping Correct…
Browse files Browse the repository at this point in the history
…ly to a Local User
  • Loading branch information
CalvinKirs committed Sep 18, 2024
1 parent 1501597 commit 157d2b3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ suite("test_single_hive_kerberos", "p0,external,kerberos,external_docker,externa
"hadoop.security.authentication" = "kerberos",
"hadoop.kerberos.principal"="presto-server/[email protected]",
"hadoop.kerberos.keytab" = "/keytabs/presto-server.keytab",
"hadoop.security.auth_to_local" = "RULE:[2:\$1@\$0](.*@LABS.TERADATA.COM)s/@.*//
RULE:[2:\$1@\$0](.*@OTHERLABS.TERADATA.COM)s/@.*//
RULE:[2:\$1@\$0](.*@OTHERREALM.COM)s/@.*//
DEFAULT",
"hive.metastore.sasl.enabled " = "true",
"hive.metastore.kerberos.principal" = "hive/[email protected]"
);
Expand Down

0 comments on commit 157d2b3

Please sign in to comment.