Skip to content
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

Cumulative set of the preboot stage adjustments #108514

Merged
merged 8 commits into from
Aug 23, 2021

Conversation

azasypkin
Copy link
Member

@azasypkin azasypkin commented Aug 13, 2021

Summary

A few updates in the Core to required by the Interactive Setup mode:

  • Switched to renderCoreApp instead of renderAnonymousCoreApp to render preboot client-side apps since there is no Security at the preboot stage anyway. We had a UI settings inconsistency issue because of renderAnonymousCoreApp since, when Security is not enabled, Core uses default UI settings when it renders anonymous apps, but still respects UI overrides (e.g. from kibana.yml) in bootstrapRenderer.
  • Added support for caFingerprint ES client parameter. I didn't expose it to the elasticsearch.* config as there is no such need yet.
  • Exposed getServerInfo from the preboot HTTP service contract.

Blocked by: #109414

@azasypkin azasypkin added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc release_note:skip Skip the PR/issue when compiling release notes NeededFor:Security v7.16.0 labels Aug 13, 2021
@azasypkin azasypkin force-pushed the issue-xxx-preboot-adjustments branch from b6f932f to a765a1f Compare August 18, 2021 06:51
@azasypkin azasypkin self-assigned this Aug 19, 2021
…endered as a normal, not anonymous app, expose `getServerInfo`.
@azasypkin azasypkin force-pushed the issue-xxx-preboot-adjustments branch from a765a1f to 3d6d1f3 Compare August 20, 2021 10:55
@azasypkin azasypkin marked this pull request as ready for review August 20, 2021 13:23
@azasypkin azasypkin requested review from a team as code owners August 20, 2021 13:23
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@azasypkin
Copy link
Member Author

@elasticmachine merge upstream

Copy link
Contributor

@jportner jportner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review only, LGTM

@azasypkin
Copy link
Member Author

@elasticmachine merge upstream

@azasypkin
Copy link
Member Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Unknown metric groups

API count

id before after diff
core 2245 2246 +1

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @azasypkin

@azasypkin azasypkin merged commit 3a0f209 into elastic:master Aug 23, 2021
@azasypkin azasypkin deleted the issue-xxx-preboot-adjustments branch August 23, 2021 13:01
azasypkin added a commit that referenced this pull request Aug 23, 2021
# Conflicts:
#	src/plugins/interactive_setup/server/elasticsearch_service.test.ts
#	src/plugins/interactive_setup/server/elasticsearch_service.ts
#	src/plugins/interactive_setup/server/routes/enroll.test.ts
#	src/plugins/interactive_setup/server/routes/enroll.ts
@azasypkin azasypkin mentioned this pull request Aug 24, 2021
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeededFor:Security release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants