Re: [I] Not create the StatefulSets when add the custom security.json in helm [solr-operator]

2024-01-25 Thread via GitHub
schotten commented on issue #678: URL: https://github.com/apache/solr-operator/issues/678#issuecomment-1910890304 @dan-niles ! Fantastic!!! Now, the problem is solved!!! Only for informations (for other people who may have this problem), I: 1 - Create the solr-basic-auth

Re: [I] Not create the StatefulSets when add the custom security.json in helm [solr-operator]

2024-01-25 Thread via GitHub
dan-niles commented on issue #678: URL: https://github.com/apache/solr-operator/issues/678#issuecomment-1910782146 @schotten Maybe the password of your k8s-oper is not the same as the one in the secret. Can you try including `basicAuthSecret` in your helm config like this... ```yaml

Re: [I] Not create the StatefulSets when add the custom security.json in helm [solr-operator]

2024-01-25 Thread via GitHub
dan-niles commented on issue #678: URL: https://github.com/apache/solr-operator/issues/678#issuecomment-1910407210 Can you try adding another permission to security.json as follows... ```json { "name":"k8s-probe-1", "role":null, "collection":null,

[I] Not create the StatefulSets when add the custom security.json in helm [solr-operator]

2024-01-22 Thread via GitHub
schotten opened a new issue, #678: URL: https://github.com/apache/solr-operator/issues/678 Dear, I'm configure the solr in the kubernets with the helms - https://artifacthub.io/packages/helm/apache-solr/solr-operator - https://artifacthub.io/packages/helm/apache-solr/solr I