Open vmw-web opened 2 weeks ago
moved operator specific issue to operator repo
It's a good question. Currently, operator has an assumption, that secrets
are protected (by kubernetes RBAC) and stored at encrypted storage (https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/).
There is no way to encrypt it at operator level, because vmauth must be aware of it and perform decryption before loading sensitive data in-memory.
As workaround, it's possible to use external
configuration for VMAuth
and use 3rd party secret providers ( like vault).
Is your question request related to a specific component?
VMAuth, VMUser, VMOperator
Describe the question in detail
We have enabled authentication between the VMAgents and the VMCluster, and using VMUser to generate the password.
Troubleshooting docs