File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ ULTRALIGHT_VERSION=1.24.0-distroless
1919IOTA_NORTH_PORT = 4041
2020
2121# Keyrock variables
22- KEYROCK_VERSION = 8.1 .0-distroless
22+ KEYROCK_VERSION = 8.3 .0-distroless
2323KEYROCK_PORT = 3005
2424KEYROCK_HTTPS_PORT = 3443
2525
2626# MySQL variables
27- MYSQL_DB_VERSION = 5.7
27+ MYSQL_DB_VERSION = 8.0
2828MYSQL_DB_PORT = 3306
2929
3030# Authzforce variables
3131AUTHZFORCE_VERSION = release-10.0.0
3232AUTHZFORCE_PORT = 8080
3333
3434# PEP Proxy variables
35- WILMA_VERSION = 8.1 .0-distroless
35+ WILMA_VERSION = 8.3 .0-distroless
3636ORION_PROXY_PORT = 1027
Original file line number Diff line number Diff line change 1+ tasks :
2+ - name : Pull Images
3+ init : ./services create
4+
15ports :
26 - name : Orion
37 description : Context Broker
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments