File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/fixtures/krb5kdc-fixture/src/main/resources/provision Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55addprinc.sh elasticsearch
66addprinc.sh HTTP/localhost
77addprinc.sh peppa
8- addprinc.sh george dino
8+ addprinc.sh george dino_but_longer_than_14_chars
99
1010# Use this as a signal that setup is complete
1111python3 -m http.server 4444 &
1212
13- sleep infinity
13+ sleep infinity
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ tasks.named("integTest").configure {
5353 nonInputProperties. systemProperty ' test.userkt' , " peppa@${ realm} "
5454 nonInputProperties. systemProperty ' test.userkt.keytab' , " ${ peppaKeytab} "
5555 nonInputProperties. systemProperty ' test.userpwd' , " george@${ realm} "
56- systemProperty ' test.userpwd.password' , " dino "
56+ systemProperty ' test.userpwd.password' , " dino_but_longer_than_14_chars "
5757 systemProperty ' tests.security.manager' , ' true'
5858 jvmArgs([
5959 " -Djava.security.krb5.conf=${ project(':test:fixtures:krb5kdc-fixture').ext.krb5Conf("peppa")} " ,
You can’t perform that action at this time.
0 commit comments