Skip to content

Commit 4bdcf78

Browse files
committed
fix: set KERBY_KDC_HOST to 127.0.0.1 for consistent local resolution
1 parent 51f7e96 commit 4bdcf78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/kotlin/org/openprojectx/bigdata/test/core/container/BigDataContainerFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ internal class BigDataContainerFactory(
8282
.withNetworkAliases("kerby-kdc")
8383
.withServicePort(88, options.portBindings.hostPort(88, options.portBindings.kerberosKdc))
8484
.withEnv("KERBY_REALM", kerberos.realm)
85-
.withEnv("KERBY_KDC_HOST", "localhost")
85+
.withEnv("KERBY_KDC_HOST", "127.0.0.1")
8686
.withEnv("KERBY_KDC_BIND_HOST", "0.0.0.0")
8787
.withEnv("KERBY_CLIENT_KDC_HOST", "kerby-kdc")
8888
.withEnv("KERBY_CLIENT_DOMAIN", kerberos.domain)

0 commit comments

Comments
 (0)