Compare commits

..

5 Commits

Author SHA1 Message Date
6c4fb2c70b chore: publish 2.9.1+0.82.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-06-07 15:07:39 -04:00
ca0eebcc64 Merge pull request 'add service dependencies and extend deployment timeout' (#21) from deploy-timeout into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #21
2025-06-07 19:05:11 +00:00
400445f8f5 Merge branch 'main' into deploy-timeout 2025-06-07 19:04:42 +00:00
73ed83f5bf remove depends_on clause because it's ignored by docker swarm 2025-06-07 19:03:44 +00:00
91e73387bf expand SSO documentation
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-07 13:51:39 -04:00
3 changed files with 8 additions and 11 deletions

View File

@ -71,12 +71,11 @@ revisions to (instead of deleting them).
- `abra app deploy <domain> -f`
- enjoy getting rid of S3 🥳
## Single Sign On with Keycloak
## Single Sign On with Keycloak/Authentik
`abra app config YOURAPPNAME`, then uncomment everything in the `OIDC_` section.
Create a new client in Keycloak:
- **Valid Redirect URIs**: `https://YOURAPPDOMAIN/auth/oidc.callback`
`abra app deploy YOURAPPDOMAIN`
- Create an OIDC client in Keycloak (in Authentik this is called a provider and application)
- Run `abra app config YOURAPPNAME`, then uncomment everything in the `OIDC_` section.
- **Valid Redirect URIs**: `https://YOURAPPDOMAIN/auth/oidc.callback`
- Reference the client/provider info to populate the `_AUTH_URI` `_TOKEN_URI` and `_USERINFO_URI` values
- Set the OIDC secret using the value from the client/provider `abra app secret insert YOURAPPNAME oidc_client_secret v1 SECRETVALUE`
- `abra app deploy YOURAPPDOMAIN`

View File

@ -40,9 +40,6 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-80}"
depends_on:
- cache
- db
cache:
image: redis:7.4.2

1
release/2.9.1+0.82.0 Normal file
View File

@ -0,0 +1 @@
Fixes a problem where deployments were consistently giving a timeout response even though they were successful