You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2015/12/18 13:06:46 UTC

[jira] [Created] (SOLR-8440) Script support for enabling basic auth

Jan Høydahl created SOLR-8440:
---------------------------------

             Summary: Script support for enabling basic auth
                 Key: SOLR-8440
                 URL: https://issues.apache.org/jira/browse/SOLR-8440
             Project: Solr
          Issue Type: New Feature
          Components: scripts and tools
            Reporter: Jan Høydahl


Now that BasicAuthPlugin will be able to work without an AuthorizationPlugin (SOLR-8429), it would be sweet to provide a super simple way to "Password protect Solr"™ right from the command line:

{noformat}
bin/solr basicAuth -adduser -user solr -pass SolrRocks
{noformat}

It would take the mystery out of enabling one single password across the board. The command would do something like this
# Check if HTTPS is enabled, and if not, print a friendly warning
# Check if {{/security.json}} already exists
## NO => create one with only plugin class defined
## YES => Abort if exists but plugin is not {{BasicAuthPlugin}}
# Using security REST API, add the new user



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org