Replies: 1 comment 1 reply
-
Hi, @Fenrur thanks for your idea
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First idea
Hello, I will see a feature that will help GitOps a lot.
A user custom resource, where we indicate in this custom resource, the name of the Emqx resource, the name of the user.
The operator would carry out the creation and reconciliation operations if in the db, the user is deleted manually to avoid any problems.
Once the resource is applied, a secret is created in the same namespace as the
User
resource.secret name:
same user ressource name
This is composed of:
user
=user
+-
+random uuid
password
= a random strong passwordemqx
= the associated emqxExample
user-emqx.yml:
secret name created by the operator:
Second idea
But the best would be to have all the UI behavior as a custom resource.
Beta Was this translation helpful? Give feedback.
All reactions