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

Move IAM policy/role creation to after selecting collector platform #237

Merged
merged 3 commits into from
Apr 12, 2024

Conversation

keiko713
Copy link
Contributor

@keiko713 keiko713 commented Apr 5, 2024

With current flow, setting up IAM policy/role comes before the collector platform selection.

image

This PR removes step 3, then add these steps inside of each platform's section after selected. Also, add the "CLI" and "console" option for IAM policy/role creation so that the user can use CLI to do such thing.

It might be better to review this with review app to see how it looks like. When you do so, please go from step 2 of aws section and see if it makes sense:

https://pganalyze-we-new-aws-in-xuapf2.herokuapp.com/docs/install/amazon_rds/02_create_monitoring_user

image

@@ -145,6 +145,7 @@

.navTabs {
border-bottom: 1px solid #ddd;
margin-left: 0px !important;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just noticed that currently we have a sad margin here:

image

This is going to help the nav tab to start without having that margin.

@keiko713 keiko713 requested a review from a team April 5, 2024 08:01
@keiko713 keiko713 marked this pull request as draft April 5, 2024 08:01
export const IAMRoleCreation = () => {
const tabs = [
[ 'cli', 'CLI' ],
[ 'console', 'console'],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe aws is calling the dashboard "console", you can find it in this doc too (it has "console", "AWS CLI", "AWS API"):

https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html

I first thought that "console" is not so obvious to talk about the UI dashboard thingy, but I guess it's okay if it's what aws uses?

Base automatically changed from unify-install-choice-button to main April 9, 2024 00:49
@keiko713 keiko713 marked this pull request as ready for review April 9, 2024 08:50
Copy link
Contributor

@msakrejda msakrejda left a comment

Choose a reason for hiding this comment

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

I think we'll need to update paths in the install docs component when incorporating this into the in-app docs, but looks good.

@keiko713 keiko713 merged commit b311bd6 into main Apr 12, 2024
@keiko713 keiko713 deleted the create-iam-role-later branch April 12, 2024 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants