Skip to content
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

Enhance Authentication and Authorization system #940

Merged
merged 17 commits into from
Jan 7, 2022

Conversation

otoolep
Copy link
Member

@otoolep otoolep commented Jan 6, 2022

This change enhances the authentication and authorization system in two ways.

  • Adds a new command-line option, -join-as which tells rqlite to read the username and password from the auth config file, when doing the join. This allows us to avoid putting passwords in the launch command.
  • Adds support for a pseudouser in the auth config, indicated by *. This allows indicating that all requests -- even anonymous requests -- have any permissions assigned to *.

@otoolep
Copy link
Member Author

otoolep commented Jan 6, 2022

Actually, it would be better to do this as a new command-line param -join-as. Oh well.

@otoolep otoolep changed the title Add support for "join_as" to Credential Store Enhance Authentication and Authorization system Jan 7, 2022
@otoolep
Copy link
Member Author

otoolep commented Jan 7, 2022

#935

@otoolep otoolep merged commit 8609999 into master Jan 7, 2022
@otoolep otoolep deleted the creds-store-enhancements branch January 7, 2022 00:57
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.

1 participant