mlanner commented on issue #594:
URL: https://github.com/apache/solr-operator/issues/594#issuecomment-1731771381

   Hi @rekhasinghcali and @HoustonPutman,
   
   I've got a similar issue and I've tried a variety of things to make it work. 
I started out with just a plain Basic Auth implementation, like:
   
   ```
   solrOptions:
     security:
       authenticationType: Basic
       basicAuthSecret: solr-basic-auth
   ```
   
   And that worked ... for a bit. Then suddenly it broke. I don't know what I 
did right, wrong or changed to make it break. In any case, I've been trying to 
use/understand the `bootstrapSecurityJson` method, as in some ways I think it 
would be a better path for me. However, I don't fully understand how it's 
supposed to work. I assume the `name` could be the same as above, i.e. 
`solr-basic-auth`? Then, what about the `key`? Is it always supposed to say 
`security.json`? And if so, what does it reference? A file that gets generated 
in the ZK cluster? How does it work?
   
   I've tried to understand the documentation (on page linked above), but I'm 
lost ... as you can probably tell. Perhaps after I understand this better I can 
try to contribute with some docs that makes it easier to understand.
   
   Thanks in advance.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to