We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tenant management and authentication.
[server.auth] enable = true # available values: file/ceresmeta source = "file" [server.auth.file] username = "admin" password = "secret-token"
ceresmeta
ceresdb
No response
The text was updated successfully, but these errors were encountered:
Besides store tenants in ceresmeta, we should also support this via config files
Sorry, something went wrong.
https://www.postgresql.org/docs/current/sql-createrole.html
PG will store password according to https://www.postgresql.org/docs/current/runtime-config-connection.html#GUC-PASSWORD-ENCRYPTION, and users can't get original password.
For gRPC, we can use Bearer auth
71d261d
jiacai2050
chunshao90
Successfully merging a pull request may close this issue.
Describe This Problem
Tenant management and authentication.
Proposal
Simple solution
Complex
ceresmeta
supports creating tenants and generating tokens.ceresdb
supports identity verification.Additional Context
No response
The text was updated successfully, but these errors were encountered: