From c6de68c3b90db307786bd6872d379f6461c3f788 Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Wed, 12 Dec 2018 21:35:56 +1100 Subject: [PATCH] Fix realm config in SAML QA test (#36515) An issue was introduced due to the merge of authorization_realms with the change to use Affix Settings for realms. The ".type" setting no longer exists as the type is now part of the setting key. --- x-pack/qa/saml-idp-tests/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/qa/saml-idp-tests/build.gradle b/x-pack/qa/saml-idp-tests/build.gradle index 00500c448d9..c2a4b7ce7a2 100644 --- a/x-pack/qa/saml-idp-tests/build.gradle +++ b/x-pack/qa/saml-idp-tests/build.gradle @@ -49,7 +49,6 @@ integTestCluster { setting 'xpack.security.authc.realms.saml.shibboleth.attributes.principal', 'uid' setting 'xpack.security.authc.realms.saml.shibboleth.attributes.name', 'urn:oid:2.5.4.3' // SAML realm 2 (uses authorization_realms) - setting 'xpack.security.authc.realms.saml.shibboleth_native.type', 'saml' setting 'xpack.security.authc.realms.saml.shibboleth_native.order', '2' setting 'xpack.security.authc.realms.saml.shibboleth_native.idp.entity_id', 'https://test.shibboleth.elastic.local/' setting 'xpack.security.authc.realms.saml.shibboleth_native.idp.metadata.path', 'idp-metadata.xml'