Compare commits

...

8 Commits

Author SHA1 Message Date
3wc 711ea4e9b7 Switch to self-hosted stack-ssh-deploy image [mass update]
continuous-integration/drone/push Build is passing Details
2023-01-21 11:49:56 -08:00
3wc 8dacc84199 Fix Drone... again?
continuous-integration/drone/push Build is passing Details
2023-01-20 13:48:28 -08:00
3wc 9a1309def5 Fix Drone CI?
continuous-integration/drone/push Build is failing Details
2023-01-20 13:35:17 -08:00
3wc 2b0ccd7287 Fix CI by adding networks: [mass update]
continuous-integration/drone/push Build is failing Details
2023-01-20 11:58:41 -08:00
3wc d757d8f981 Automatically generate catalogue on release [mass update]
continuous-integration/drone/push Build is failing Details
Re: coop-cloud/recipes-catalogue-json#4
2023-01-20 10:27:12 -08:00
3wc 8fb4b43303 Fix app name and secret env var for OIDC login 2021-11-23 12:23:51 +02:00
3wc 23add7cd6c Goodbye, emojis! 😢
[ci skip]
2021-11-23 12:19:06 +02:00
3wc 3bdade61ea fix: new main service name in compose.oauth.yml 2021-11-22 14:20:42 +02:00
4 changed files with 20 additions and 12 deletions

View File

@ -3,10 +3,12 @@ kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: traefik-forward-auth
networks:
- proxy
generate_secrets: true
purge: true
deploy_key:
@ -20,18 +22,24 @@ steps:
OIDC_ISSUER_URL: https://id-test.autonomic.zone/auth/realms/test
OIDC_CLIENT_ID: traefik-forward-auth
FORWARD_INI_VERSION: v1
SERCRET_NONCE_VERSION: v1
OIDC_CLIENT_SECRET_VERSION: v1
SECRET_SECRET_NONCE_VERSION: v1
SECRET_OIDC_CLIENT_SECRET_VERSION: v1
trigger:
branch:
- master
---
kind: pipeline
name: recipe release
name: generate recipe catalogue
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
image: plugins/downstream
settings:
command: recipe traefik-forward-auth release
deploy_key:
from_secret: abra_bot_deploy_key
server: https://build.coopcloud.tech
token:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -5,7 +5,7 @@
<!-- metadata -->
* **Category**: Utilities
* **Status**: ?
* **Image**: [`crazymax/swarm-cronjob`](https://hub.docker.com/r/crazymax/swarm-cronjob/), ❶💚, upstream
* **Image**: [`crazymax/swarm-cronjob`](https://hub.docker.com/r/crazymax/swarm-cronjob/), 4, upstream
* **Healthcheck**: ?
* **Backups**: ?
* **Email**: ?

View File

@ -2,7 +2,7 @@
version: "3.8"
services:
traefik-forward-auth:
app:
environment:
- OAUTH_CLIENT_ID
- OAUTH_AUTH_URL

View File

@ -2,7 +2,7 @@
version: "3.8"
services:
traefik-forward-auth:
app:
environment:
- OIDC_CLIENT_ID
- OIDC_ISSUER_URL
@ -12,5 +12,5 @@ services:
secrets:
oidc_client_secret:
name: ${STACK_NAME}_oidc_client_secret_${OIDC_CLIENT_SECRET_VERSION}
name: ${STACK_NAME}_oidc_client_secret_${SECRET_OIDC_CLIENT_SECRET_VERSION}
external: true