Skip to content

Use new auth interface #591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 26, 2018
Merged

Use new auth interface #591

merged 3 commits into from
Oct 26, 2018

Conversation

jfontan
Copy link
Contributor

@jfontan jfontan commented Oct 25, 2018

Adds --user-file option that accepts this credentials format:

[
  {
    "name": "root",
    "password": "*2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19",
    "permissions": ["read", "write"]
  },
  {
    "name": "user",
    "password": "plain_passw0rd!"
  }
]

* Add support for CONCAT_WS
* Add support for using desc table
* Feature/logarithms
* _scripts: replace glog with logrus
* auth: add authentication and authorization interface<Paste>
* Implement DATABASE() function
* Add support for set DEFAULT

Signed-off-by: Javi Fontan <jfontan@gmail.com>
Adds support to specify a user file

Signed-off-by: Javi Fontan <jfontan@gmail.com>
Signed-off-by: Javi Fontan <jfontan@gmail.com>
@jfontan jfontan requested a review from a team October 25, 2018 15:05
@ajnavarro ajnavarro merged commit a6bb6fa into src-d:master Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants