Skip to content

[Cloud Security] AWS Organization form#162571

Merged
JordanSh merged 3 commits intoelastic:mainfrom
JordanSh:aws-orgs-form
Jul 26, 2023
Merged

[Cloud Security] AWS Organization form#162571
JordanSh merged 3 commits intoelastic:mainfrom
JordanSh:aws-orgs-form

Conversation

@JordanSh
Copy link
Copy Markdown
Contributor

@JordanSh JordanSh commented Jul 26, 2023

Resolves #161345

Summary

Screen.Recording.2023-07-26.at.17.47.12.mov

@JordanSh JordanSh added release_note:skip Skip the PR/issue when compiling release notes Team:Cloud Security Cloud Security team related ci:cloud-deploy Create or update a Cloud deployment labels Jul 26, 2023
@JordanSh JordanSh self-assigned this Jul 26, 2023
@JordanSh JordanSh marked this pull request as ready for review July 26, 2023 16:15
@JordanSh JordanSh requested a review from a team as a code owner July 26, 2023 16:15
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security)

// we only wish to call this once on mount
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
}, [input]);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

We need this because we have so many calls to updatePolicy when this page mount that each one is overriding the others. I think we should open a tech debt to consolidate all of those calls and create some getInitialValues function that will handle all of that logic on its own.

For now this will run on input change but won't pass the if condition unless account type is not set which is only the case on initial mount.

@kibana-ci
Copy link
Copy Markdown

kibana-ci commented Jul 26, 2023

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
cloudSecurityPosture 243.6KB 244.7KB +1.1KB

History

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

cc @JordanSh

@JordanSh JordanSh merged commit 4654a52 into elastic:main Jul 26, 2023
@kibanamachine kibanamachine added v8.10.0 backport:skip This PR does not require backporting labels Jul 26, 2023
ThomThomson pushed a commit to ThomThomson/kibana that referenced this pull request Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting ci:cloud-deploy Create or update a Cloud deployment release_note:skip Skip the PR/issue when compiling release notes Team:Cloud Security Cloud Security team related v8.10.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Cloud Security] Add AWS Organization form

5 participants