diff --git a/Jenkinsfile b/Jenkinsfile index 4e6f3141a12e7..3ce9d6a07c61a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,9 @@ library 'kibana-pipeline-library' kibanaLibrary.load() +// TODO: Remove +env.KBN_ES_SNAPSHOT_USE_UNVERIFIED = '1' + stage("Kibana Pipeline") { // This stage is just here to help the BlueOcean UI a little bit timeout(time: 135, unit: 'MINUTES') { timestamps { diff --git a/x-pack/test/kerberos_api_integration/config.ts b/x-pack/test/kerberos_api_integration/config.ts index a1e1466ae40ed..5de397a4cca1a 100644 --- a/x-pack/test/kerberos_api_integration/config.ts +++ b/x-pack/test/kerberos_api_integration/config.ts @@ -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: {