abra no longer able to deploy rstudio, secret name mismatch #532

Closed
opened 2023-11-07 23:41:30 +00:00 by 3wordchant · 2 comments
Owner

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:

  1. Why is abra looking for <stack name>_<secret>_secret, i.e. assuming secret is the version?
  2. How can we make abra look at the final secret name, including compose file overrides, instead of assuming every secret name will have a version?
`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](https://git.coopcloud.tech/coop-cloud/rstudio/src/branch/main/compose.keycloak-sharedsecret.yml). So I guess this is 2 issues: 1. Why is `abra` looking for `<stack name>_<secret>_secret`, i.e. assuming `secret` is the version? 2. How can we make `abra` look at the final secret name, including compose file overrides, instead of assuming every secret name will have a version?
3wordchant added the
bug
label 2023-11-07 23:41:30 +00:00
Member

I think it's the same as #464

I think it's the same as https://git.coopcloud.tech/coop-cloud/organising/issues/464
Author
Owner

Yep seems so, thanks for help triaging, @moritz

Yep seems so, thanks for help triaging, @moritz
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#532
No description provided.