-
Notifications
You must be signed in to change notification settings - Fork 515
Configuring Anonymous Authentication in OpenSearch blog post #2517
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
base: main
Are you sure you want to change the base?
Configuring Anonymous Authentication in OpenSearch blog post #2517
Conversation
4bde5b9
to
90a2b0a
Compare
title: Configuring Anonymous Authentication in OpenSearch | ||
authors: | ||
- smortex | ||
date: 2023-12-28 16:20:00 -1000 |
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.
We'll need to adjust this and rename the file accordingly.
90a2b0a
to
f3e0b3a
Compare
I recently configured anonymous authentication in OpenSearch. While the documentation has some information about this, there is no guide available that list all requirements, and I had to find information in multiple places and had to look at the code to fully understand what was needed. Not great for a tasks that I assumed would be simple. More recently, people asked on Slack how to enable anonymous auth, so maybe a blog post is welcome to document the process? Signed-off-by: Romain Tartière <[email protected]>
f3e0b3a
to
921b83d
Compare
@pajuric it looks like I missed the failed CI. I fixed the reported issues and am happy to receive feedback to help improve this article. |
Closing due to inactivity. |
Reopening to give author time to transition content to documentation. |
@kolchfa-aws can you have a look at this PR and see if you feel it would make sense to move its content to the documentation website (I spoke with @pajuric on slack and we think it would be more appropriate)? If so, can you tell me how to proceed, if not you can close this PR. Thank you! |
@smortex Sure. I think it's best to put it under this topic https://docs.opensearch.org/docs/latest/security/authentication-backends/authc-index/. Maybe as the last page named "Anonymous authentication"? Could you submit a PR in the documentation-website, and I'll have it reviewed? |
I recently configured anonymous authentication in OpenSearch. While the documentation has some information about this, there is no guide available that list all requirements, and I had to find information in multiple places and had to look at the code to fully understand what was needed. Not great for a tasks that I assumed would be simple.
More recently, people asked on Slack how to enable anonymous auth, so maybe a blog post is welcome to document the process?