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

[Feature] Configure the credentials of Elasticsearch #2725

Open
1 task done
tschaffter opened this issue Jun 25, 2024 · 2 comments
Open
1 task done

[Feature] Configure the credentials of Elasticsearch #2725

tschaffter opened this issue Jun 25, 2024 · 2 comments

Comments

@tschaffter
Copy link
Member

What product(s) is this feature for?

OpenChallenges

Description

Enable to configure the username and password of Elasticsearch. These credentials are included in the config of the challenge service and organization service.

cc: @zaro0508

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@tschaffter
Copy link
Member Author

It doesn't look like the challenge and org services are using one of the built-in users for the version of ES we are using...

https://www.elastic.co/guide/en/elasticsearch/reference/7.17/built-in-users.html

@tschaffter
Copy link
Member Author

In Elasticsearch 7.17, authentication and authorization are not enabled by default. However, security features, including authentication and role-based access control (RBAC), are included and can be enabled if you have a license that supports these features (Basic license or higher).

xpack.security.enabled: true
xpack.security.transport.ssl.enabled: true
xpack.security.http.ssl.enabled: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant