Skip to content

Oidc additional client auth types #58708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 14, 2020
6 changes: 5 additions & 1 deletion x-pack/test/idp-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.elasticsearch.gradle.VersionProperties
import org.elasticsearch.gradle.Architecture

apply plugin: 'elasticsearch.test.fixtures'
apply plugin: 'elasticsearch.distribution-download'
apply plugin: 'elasticsearch.internal-distribution-download'

task copyKeystore(type: Sync) {
from project(':x-pack:plugin:core')
Expand Down Expand Up @@ -31,3 +31,7 @@ preProcessFixture {
file.setWritable(true, false)
}
}

tasks.named('composeUp').configure {
dependsOn "preProcessFixture"
}