Skip to content

Commit bd516dd

Browse files
committed
Update to 8.3
1 parent c77c1aa commit bd516dd

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ ULTRALIGHT_VERSION=1.24.0-distroless
1919
IOTA_NORTH_PORT=4041
2020

2121
# Keyrock variables
22-
KEYROCK_VERSION=8.1.0-distroless
22+
KEYROCK_VERSION=8.3.0-distroless
2323
KEYROCK_PORT=3005
2424
KEYROCK_HTTPS_PORT=3443
2525

2626
# MySQL variables
27-
MYSQL_DB_VERSION=5.7
27+
MYSQL_DB_VERSION=8.0
2828
MYSQL_DB_PORT=3306
2929

3030
# Authzforce variables
3131
AUTHZFORCE_VERSION=release-10.0.0
3232
AUTHZFORCE_PORT=8080
3333

3434
# PEP Proxy variables
35-
WILMA_VERSION=8.1.0-distroless
35+
WILMA_VERSION=8.3.0-distroless
3636
ORION_PROXY_PORT=1027

.gitpod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
tasks:
2+
- name: Pull Images
3+
init: ./services create
4+
15
ports:
26
- name: Orion
37
description: Context Broker

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ services:
101101
- IDM_AUTHZFORCE_ENABLED=true
102102
- IDM_AUTHZFORCE_HOST=authzforce
103103
- IDM_AUTHZFORCE_PORT=${AUTHZFORCE_PORT}
104+
- IDM_CSP_FORM_ACTION=*
104105
secrets:
105106
- my_secret_data
106107
healthcheck:

0 commit comments

Comments
 (0)