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

Tenant management and authentication #929

Closed
3 tasks
chunshao90 opened this issue May 25, 2023 · 3 comments · Fixed by #1531
Closed
3 tasks

Tenant management and authentication #929

chunshao90 opened this issue May 25, 2023 · 3 comments · Fixed by #1531
Assignees
Labels
feature New feature or request

Comments

@chunshao90
Copy link
Contributor

chunshao90 commented May 25, 2023

Describe This Problem

Tenant management and authentication.

Proposal

Simple solution

  • config files, something like
[server.auth]
enable = true
# available values: file/ceresmeta
source = "file"

[server.auth.file]
username = "admin"
password = "secret-token"

Complex

  • ceresmeta supports creating tenants and generating tokens.
  • ceresdb supports identity verification.

Additional Context

No response

@jiacai2050
Copy link
Contributor

Besides store tenants in ceresmeta, we should also support this via config files

@jiacai2050
Copy link
Contributor

@jiacai2050
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants