-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Implement interactiveSetup
plugin server side functionality: setup
layout
#105222
Implement interactiveSetup
plugin server side functionality: setup
layout
#105222
Conversation
2325d79
to
70a0a84
Compare
70a0a84
to
669955b
Compare
userSetup
plugin server side functionality. interactiveSetup
plugin server side functionality.
669955b
to
bc0c536
Compare
interactiveSetup
plugin server side functionality. interactiveSetup
plugin server side functionality: setup
layout
bc0c536
to
7c340eb
Compare
src/plugins/interactive_setup/server/routes/enrollment/validate_token.ts
Outdated
Show resolved
Hide resolved
src/plugins/interactive_setup/server/routes/views/view_state.ts
Outdated
Show resolved
Hide resolved
@thomheymann I think this PR is ready for the initial feedback whenever you have time. Let me know what else you'd like me to include in this PR that may be useful for your work in #106881 |
src/plugins/interactive_setup/server/routes/enrollment/validate_token.ts
Outdated
Show resolved
Hide resolved
src/plugins/interactive_setup/server/routes/enrollment/enroll.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
💚 Build Succeeded
Metrics [docs]Module Count
Page load bundle
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-security (Team:Security) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
limits.yml LGTM
Summary
Step №2 in implementing
interactiveSetup
plugin server side functionality: a base layout forsetup
method (config, routes, etc.).The plugin isn't functional yet and hence disabled by default, the goal is to incrementally review and merge pieces of the functionality.
No tests yet, as there is still nothing to test, but we'll cover everything before alpha2.
Part of : #104068