Closed alxgomz closed 2 years ago
Removed the code to put the shared secret value inside the solrcore.properties
files, since the application doesn't do anything with that as the shared secret value is read from the JVM arguments.
Updated the relevant documentation to remind users to pass the shared secret value as JVM argument _(eg. via JAVA_TOOL_OPTIONS
)._
Replicated the changes in the enterprise repository, I'll be closing this PR since they'll be pushed here as well automatically through the mirroring process.
Allow users to configure Solr to use shared secret authentication
ACS-2544