Re: Solr 9.7: Define permissions using chart helm
Hi, Yes indeed. You can have Solr Operator bootstrap your entire security.json. Either through defining user/password and using a built-in template, or by providing a complete security.json file in a k8s secret which will then be bootstrapped for you. Documented here https://apache.github.io/s
Solr 9.7: Define permissions using chart helm
Hello, Currently, I define access permissions to Solr via the admin console ("security" menu). Is there a setting in the Solr helm chart to define permissions? Thanks. Mikael