mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: Shahzad <shahzad.muhammad@elastic.co>
This commit is contained in:
parent
8d172931ec
commit
d3c7fe8829
1 changed files with 6 additions and 5 deletions
|
@ -41,11 +41,12 @@ export class SyntheticsService {
|
|||
}
|
||||
|
||||
public init(coreStart: CoreStart) {
|
||||
getAPIKeyForSyntheticsService({ server: this.server }).then((apiKey) => {
|
||||
if (apiKey) {
|
||||
this.apiKey = apiKey;
|
||||
}
|
||||
});
|
||||
// TODO: Figure out fake kibana requests to handle API keys on start up
|
||||
// getAPIKeyForSyntheticsService({ server: this.server }).then((apiKey) => {
|
||||
// if (apiKey) {
|
||||
// this.apiKey = apiKey;
|
||||
// }
|
||||
// });
|
||||
|
||||
this.setupIndexTemplates(coreStart);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue