mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
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:
parent
5fa20cc3a7
commit
9220e4d20a
20 changed files with 722 additions and 41 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue