Skip to content

Commit

Permalink
Test: fix token bwc tests due to bad backport
Browse files Browse the repository at this point in the history
This change fixes the token bwc tests that started failing after a bad
backport of #33106. During merge conflict resolution, an additional if
statement was added that used the incorrect passphrase in the keystore,
which caused token validation to fail. This if statement has been
removed in this commit.

Closes #33197
  • Loading branch information
jaymode committed Aug 28, 2018
1 parent 716f163 commit d9044c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/qa/rolling-upgrade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ subprojects {
setting 'xpack.watcher.encrypt_sensitive_data', 'true'
keystoreFile 'xpack.watcher.encryption_key', "${mainProject.projectDir}/src/test/resources/system_key"
}
if (version.before('6.0.0')) {
keystoreSetting 'xpack.security.authc.token.passphrase', 'token passphrase'
}
}
}

Expand Down

0 comments on commit d9044c7

Please sign in to comment.