Created 01-12-2022 04:25 AM
Hi Team,
We have used the latest Solr version 8..11.1. In this same version, I tried to create a config set but got exceptions like "Can't create a config set with an unauthenticated request from a trusted baseConfigSet".
Used below command for creating config set :
Response with exception :
Please let me know the steps for creating a config-set in New version 8.11.1.
Created 01-18-2023 12:10 AM
Hello @Girija
Since we haven't heard back from you, We shall mark the Post as Solved. If you happen to have any further ask, Feel free to Update the Post. In Summary,
solrctl config --create Test_Config _default -p configSetProp.immutable=false
Regards, Smarak
Created 04-08-2022 01:00 AM
Hello @Girija
Thanks for using Cloudera Community. Since the Post is an Older one, Wish to confirm if you have resolved the Issue. If Yes, Kindly assist by sharing the Solution for wider community audience.
Wish to check if your Team had the Kerberos Ticket before submitting the request.
Regards, Smarak
Created 12-23-2022 07:04 AM
Hello @Girija
Internally, I wasn't able to replicate the issue being faced by you. I was able to create the ConfigSet using "_default" ConfigSet as baseConfig. I am assuming the issue is specific to your Environment & your team should use the CLI to better diagnose such issue. Your team can use the below solrctl command to create a ConfigSet with Solr KeyTab:
solrctl config --create Test_Config _default -p configSetProp.immutable=false
Assuming the above Command fails, Running the solrctl command with "--trace" after "solrctl" & before "config" would print the trace logging & assist in troubleshooting the issue faced by your team.
Regards, Smarak
Created 01-18-2023 12:10 AM
Hello @Girija
Since we haven't heard back from you, We shall mark the Post as Solved. If you happen to have any further ask, Feel free to Update the Post. In Summary,
solrctl config --create Test_Config _default -p configSetProp.immutable=false
Regards, Smarak