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

[Backport 2.15] 20240417 Adding OpenSearch demo configuration mac instructions #7826

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _security/configuration/demo-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ nav_order: 4

Welcome to the OpenSearch Security plugin demo configuration setup guide. This tool provides a quick and easy way to replicate a production environment for testing purposes. The demo configuration includes the setup of security-related components, such as internal users, roles, role mappings, audit configuration, basic authentication, tenants, and allow lists.


The demo configuration tool performs the following tasks:

1. Configures security settings, which are then loaded into the security index.
Expand Down Expand Up @@ -49,9 +48,10 @@ If you want to disable the Security plugin when using Docker, set the `DISABLE_S
- One digit [0--9]
- One special character

4. Run `docker-compose up`.
4. Make sure that Docker is running on your local machine
5. Run `docker-compose up` from the file directory where your `docker-compose.yml` file and `.env` file are located.

### TAR (Linux)
### TAR (Linux) and Mac OS

For TAR distributions on Linux, download the Linux setup files from the OpenSearch [Download & Get Started](https://opensearch.org/downloads.html) page. Then use the following command to run the demo configuration:

Expand Down
Loading