Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Setup scripts for local dev #30
Setup scripts for local dev #30
Changes from all commits
acc3701
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
what if user changed them?
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.
Yeah I wish we can change this username for this user since I think it's confusing. This is an internal user. Which I feel like it's not accurate by the description linked as it doesn't feel like a demo user since it has super privileges. It also seems to be able to ignore attempts to remove privileges.
This script utilizes snapshots and anytime that is ran the snapshot will get wiped out clean and will have this super user. Which really is just used for the health check. This part is kind of more like an "easy install". What this does is call to OSD scripts to start up the cluster with security plugin and assistant required plugins. Run all the models stuff and then start up OSD. However, if the user would like to change some stuff then can do that stuff a little bit manually with the following:
In a window run the OpenSearch snapshot:
run the curl requests.
and then in another window starting up a process of OpenSearch Dashboards
With that said, I can still modify if a hard blocker. Lemme know!
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.
i see, i asked because i remember logging into someone's dashboards using
kibanaserver
and people might want to change that. but since it's for development i think it's ok