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 5
5
addprinc.sh elasticsearch
6
6
addprinc.sh HTTP/localhost
7
7
addprinc.sh peppa
8
- addprinc.sh george dino
8
+ addprinc.sh george dino_but_longer_than_14_chars
9
9
10
10
# Use this as a signal that setup is complete
11
11
python3 -m http.server 4444 &
12
12
13
- sleep infinity
13
+ sleep infinity
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ tasks.named("integTest").configure {
53
53
nonInputProperties. systemProperty ' test.userkt' , " peppa@${ realm} "
54
54
nonInputProperties. systemProperty ' test.userkt.keytab' , " ${ peppaKeytab} "
55
55
nonInputProperties. systemProperty ' test.userpwd' , " george@${ realm} "
56
- systemProperty ' test.userpwd.password' , " dino "
56
+ systemProperty ' test.userpwd.password' , " dino_but_longer_than_14_chars "
57
57
systemProperty ' tests.security.manager' , ' true'
58
58
jvmArgs([
59
59
" -Djava.security.krb5.conf=${ project(':test:fixtures:krb5kdc-fixture').ext.krb5Conf("peppa")} " ,
You can’t perform that action at this time.
0 commit comments