What is default username and password for Hybris solr?
In Hybris, all authentication and authorization configuration is stored in the security.json file. A sample security.json file is provided which contains the following users:
below are the default usernames and passwords for Solr
| User | Password | Description |
|---|---|---|
| solradmin | admin123 | admin user can perform any operation |
| solrserver | server123 | for communication between server nodes |
| solrclient | client123 | can perform search queries |
Read more about Solr Security
Comments
Post a Comment