[
https://issues.apache.org/jira/browse/DRILL-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14164737#comment-14164737
]
B Anil Kumar commented on DRILL-1502:
-------------------------------------
Hi Robert,
I verified this scenario as below.
1) created adminuser called "test" with "test123" as password.
2) Enabled the storage plugin as below
{noformat}
{
"type": "mongo",
"connection": "mongodb://test:test123@localhost:27017/",
"enabled": true
}
{noformat}
3) And, I am able to execute the queries. So couldn't reproduce this.
Can you please provide some more details, so the we can debug further.
> Can't connect to mongo when requiring auth
> ------------------------------------------
>
> Key: DRILL-1502
> URL: https://issues.apache.org/jira/browse/DRILL-1502
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 0.6.0
> Reporter: Robert Malko
> Priority: Minor
>
> It doesn't appear that the latest 0.6.0 version allows you to connect to a
> mongo database requiring auth. The usual mongo db connection string of
> mongodb://user:pass@host:port/ is not honored.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)