Skip to content

Commit

Permalink
Adds realm order to Kerberos FTR config (#56334)
Browse files Browse the repository at this point in the history
In 8.0, the realm order setting is required

https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-8.0.html#_the_realm_order_setting_is_required

Signed-off-by: Tyler Smalley <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
Tyler Smalley and elasticmachine authored Jan 30, 2020
1 parent 2f9c41b commit 85000a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/kerberos_api_integration/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default async function({ readConfigFile }: FtrConfigProviderContext) {
...xPackAPITestsConfig.get('esTestCluster.serverArgs'),
'xpack.security.authc.token.enabled=true',
'xpack.security.authc.token.timeout=15s',
'xpack.security.authc.realms.kerberos.kerb1.order=0',
`xpack.security.authc.realms.kerberos.kerb1.keytab.path=${kerberosKeytabPath}`,
],
serverEnvVars: {
Expand Down

0 comments on commit 85000a5

Please sign in to comment.