1.4 KiB
1.4 KiB
layout | title | nav_order | has_children | has_toc | redirect_from | |
---|---|---|---|---|---|---|
default | Configuration | 5 | true | false |
|
Security configuration
The plugin includes demo certificates so that you can get up and running quickly, but before using OpenSearch in a production environment, you must configure it manually:
- Replace the demo certificates.
- Reconfigure opensearch.yml to use your certificates.
- Reconfigure config.yml to use your authentication backend (if you don't plan to use the internal user database).
- Modify the configuration YAML files.
- If you plan to use the internal user database, set a password policy in opensearch.yml.
- Apply changes using securityadmin.sh.
- Start OpenSearch.
- Add users, roles, role mappings, and tenants.
If you don't want to use the plugin, see Disable security.