Open cloudymax opened 6 months ago
this is indeed broken, but I'm unsure why. Will look at this weekend š
I've been thinking about this, and since we do an OIDC-only setup for matrix, perhaps we just remove the SMTP feature entirely here? The SMTP feature is generally for account management, and since we use ZITADEL for that, the only other thing it could be used for is email notifications, and I feel like no one actually uses email for that anymore. If I'm wrong, feel free to correct me, but I think for the smol-k8s-lab use case, unless others disagree, using SMTP is more of a hassle than it creates benefits š¤
Open to other opinions, and the TUI not updating other sensitive values still needs to be fixed btw, just maybe not for matrix.
Describe the Bug
The SMTP_PASS for Matrix entered via the TUI does end up in the
matrix-smtp-credentials
Input:
Resulting Secret:
Steps to Reproduce Bug
User info (please complete the following information):
smol-k8s-lab
(You can get this withsmol-k8s-lab --version
): v5.0.4If it's related to the install of something on k8s:
helm list -a
$HOME/.cache/smol-k8s-lab/
(If you're using XDG Base Directory Spec env variables, this could be under$XDG_CACHE_HOME/smol-k8s-lab/
)Additional context, if any
Add any other context about the problem here.