Skip to content

Commit

Permalink
TEST Ensure password 14 chars length on Kerberos FIPS tests (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzaharovits authored and jkakavas committed Nov 11, 2021
1 parent f5be4f6 commit 78dfa88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set -e
addprinc.sh elasticsearch
addprinc.sh HTTP/localhost
addprinc.sh peppa
addprinc.sh george dino
addprinc.sh george dino_but_longer_than_14_chars

# Use this as a signal that setup is complete
python3 -m http.server 4444 &

sleep infinity
sleep infinity
2 changes: 1 addition & 1 deletion x-pack/qa/kerberos-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tasks.named("integTest").configure {
nonInputProperties.systemProperty 'test.userkt', "peppa@${realm}"
nonInputProperties.systemProperty 'test.userkt.keytab', "${peppaKeytab}"
nonInputProperties.systemProperty 'test.userpwd', "george@${realm}"
systemProperty 'test.userpwd.password', "dino"
systemProperty 'test.userpwd.password', "dino_but_longer_than_14_chars"
systemProperty 'tests.security.manager', 'true'
jvmArgs([
"-Djava.security.krb5.conf=${project(':test:fixtures:krb5kdc-fixture').ext.krb5Conf("peppa")}",
Expand Down

0 comments on commit 78dfa88

Please sign in to comment.