Add mock identity provider for serverless (2nd attempt) (#171513)

Attempting to merge #170852 again now that the release artefact step has
been fixed as part of https://github.com/elastic/kibana/pull/171457

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
This commit is contained in:
Thom Heymann 2023-11-23 08:08:44 +00:00 committed by GitHub
parent 5fa20cc3a7
commit 9220e4d20a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 722 additions and 41 deletions

View file

@ -20,6 +20,7 @@ kbnEs
'source-path': resolve(__dirname, '../../elasticsearch'),
'base-path': resolve(__dirname, '../.es'),
ssl: false,
kibanaUrl: 'https://localhost:5601/',
})
.catch(function (e) {
console.error(e);