You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GreptimeDB supports basic auth. We can design the new CRD, for example, GreptimeDBUser, to represent the single user. When the operator creates the GreptimeDBUser, it will get the user credentials(username/password) from secret, then inject them into the greptimedb service.
The text was updated successfully, but these errors were encountered:
Background
The GreptimeDB supports basic auth. We can design the new CRD, for example,
GreptimeDBUser
, to represent the single user. When the operator creates theGreptimeDBUser
, it will get the user credentials(username/password) from secret, then inject them into the greptimedb service.The text was updated successfully, but these errors were encountered: