abra no longer able to deploy rstudio, secret name mismatch #532
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FATA[0001] unable to deploy, secrets not generated (keycloak_client_secret)
After adding some more debug output, it's looking for a secret called
rstudio-431_washnote_org_keycloak_client_secret_secret
.This is despite
SECRET_KEYCLOAK_CLIENT_SECRET_VERSION=v1
in the.env
, and also despite the secret being overridden by another compose file.So I guess this is 2 issues:
abra
looking for<stack name>_<secret>_secret
, i.e. assumingsecret
is the version?abra
look at the final secret name, including compose file overrides, instead of assuming every secret name will have a version?I think it's the same as coop-cloud/organising#464
Yep seems so, thanks for help triaging, @moritz