-
Notifications
You must be signed in to change notification settings - Fork 508
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
adding new zip and updaing docs for ldap #1365 #7216
Merged
hdhalter
merged 3 commits into
opensearch-project:main
from
AntonEliatra:adding-ldap-example
May 22, 2024
Merged
adding new zip and updaing docs for ldap #1365 #7216
hdhalter
merged 3 commits into
opensearch-project:main
from
AntonEliatra:adding-ldap-example
May 22, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: AntonEliatra <[email protected]>
AntonEliatra
requested review from
hdhalter,
kolchfa-aws,
Naarcha-AWS,
vagimeli,
AMoo-Miki,
natebower,
dlvenable,
stephen-crawford and
epugh
as code owners
May 21, 2024 15:40
hdhalter
added
3 - Tech review
PR: Tech review in progress
backport 2.14
PR: Backport label for 2.14
security
labels
May 21, 2024
Signed-off-by: AntonEliatra <[email protected]>
hdhalter
reviewed
May 22, 2024
@@ -19,7 +19,8 @@ In most cases, you want to configure both authentication and authorization. You | |||
|
|||
We provide a fully functional example that can help you understand how to use an LDAP server for both authentication and authorization. | |||
|
|||
1. Download and unzip [the example zip file]({{site.url}}{{site.baseurl}}/assets/examples/ldap-example.zip). | |||
1. Download and unzip [the example zip file]({{site.url}}{{site.baseurl}}/assets/examples/ldap-example-v2.13.zip). | |||
1. Update `.env` file with with strong password for `admin` user. |
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.
Suggested change
1. Update `.env` file with with strong password for `admin` user. | |
1. Update the `.env` file with a strong password for `admin` user. |
stephen-crawford
approved these changes
May 22, 2024
Signed-off-by: AntonEliatra <[email protected]>
hdhalter
approved these changes
May 22, 2024
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
May 22, 2024
* adding new zip and updaing docs for ldap #1365 Signed-off-by: AntonEliatra <[email protected]> * Update ldap.md Signed-off-by: AntonEliatra <[email protected]> * Update ldap.md Signed-off-by: AntonEliatra <[email protected]> --------- Signed-off-by: AntonEliatra <[email protected]> (cherry picked from commit b140432) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Description
Updating the example zip file for ldap and slight update to the docker-compose and docs to work with latest version of OpenSearch
Issues Resolved
Closes #1365
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.