Skip to content
Snippets Groups Projects
Commit 96bed76c authored by nimrod's avatar nimrod
Browse files

Some cleanup.

- Update the Terraform documentation.
- Update Vouch.
- Cleanup the GitLab CI file.
parent ba92a6a1
No related branches found
No related tags found
No related merge requests found
Pipeline #3275 passed with warnings
...@@ -85,14 +85,14 @@ web-proxy host01 build: ...@@ -85,14 +85,14 @@ web-proxy host01 build:
tags: ["host01.shore.co.il"] tags: ["host01.shore.co.il"]
variables: variables:
WORKDIR: Compose/web-proxy/host01 WORKDIR: Compose/web-proxy/host01
# rules: *compose-rules rules: *compose-rules
web-proxy host01 pull: web-proxy host01 pull:
extends: .compose-pull extends: .compose-pull
tags: ["host01.shore.co.il"] tags: ["host01.shore.co.il"]
variables: variables:
WORKDIR: Compose/web-proxy/host01 WORKDIR: Compose/web-proxy/host01
# rules: *compose-rules rules: *compose-rules
web-proxy host01 run: web-proxy host01 run:
extends: .compose-run extends: .compose-run
...@@ -100,4 +100,4 @@ web-proxy host01 run: ...@@ -100,4 +100,4 @@ web-proxy host01 run:
variables: variables:
WORKDIR: Compose/web-proxy/host01 WORKDIR: Compose/web-proxy/host01
when: manual when: manual
# rules: *compose-rules rules: *compose-rules
...@@ -46,7 +46,7 @@ services: ...@@ -46,7 +46,7 @@ services:
VOUCH_DOMAINS: shore.co.il VOUCH_DOMAINS: shore.co.il
VOUCH_JWT_MAXAGE: 10080 # 1 week. VOUCH_JWT_MAXAGE: 10080 # 1 week.
VOUCH_JWT_SECRET: "${VOUCH_JWT_SECRET}" # pragma: allowlist secret VOUCH_JWT_SECRET: "${VOUCH_JWT_SECRET}" # pragma: allowlist secret
image: quay.io/vouch/vouch-proxy:alpine-0.36.0 image: quay.io/vouch/vouch-proxy:alpine-0.39.0
restart: always restart: always
networks: networks:
......
...@@ -38,7 +38,7 @@ services: ...@@ -38,7 +38,7 @@ services:
VOUCH_DOMAINS: shore.co.il VOUCH_DOMAINS: shore.co.il
VOUCH_JWT_MAXAGE: 10080 # 1 week. VOUCH_JWT_MAXAGE: 10080 # 1 week.
VOUCH_JWT_SECRET: "${VOUCH_JWT_SECRET}" # pragma: allowlist secret VOUCH_JWT_SECRET: "${VOUCH_JWT_SECRET}" # pragma: allowlist secret
image: quay.io/vouch/vouch-proxy:alpine-0.36.0 image: quay.io/vouch/vouch-proxy:alpine-0.39.0
restart: always restart: always
networks: networks:
......
...@@ -43,7 +43,7 @@ services: ...@@ -43,7 +43,7 @@ services:
VOUCH_DOMAINS: shore.co.il VOUCH_DOMAINS: shore.co.il
VOUCH_JWT_MAXAGE: 10080 # 1 week. VOUCH_JWT_MAXAGE: 10080 # 1 week.
VOUCH_JWT_SECRET: "${VOUCH_JWT_SECRET}" # pragma: allowlist secret VOUCH_JWT_SECRET: "${VOUCH_JWT_SECRET}" # pragma: allowlist secret
image: quay.io/vouch/vouch-proxy:alpine-0.36.0 image: quay.io/vouch/vouch-proxy:alpine-0.39.0
restart: always restart: always
networks: networks:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Services managed with Terraform. Services managed with Terraform.
# Terraform state ## Terraform state
Project usually store their state in GitLab using [GitLab managed Terraform Project usually store their state in GitLab using [GitLab managed Terraform
State](https://docs.gitlab.com/ee/user/infrastructure/iac/terraform_state.html). State](https://docs.gitlab.com/ee/user/infrastructure/iac/terraform_state.html).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment