Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ services:
hostname: mujina.docker

managegui:
image: ghcr.io/openconext/openconext-manage/manage-gui:9.6.2
image: ghcr.io/openconext/openconext-manage/manage-gui:9.7.2
environment:
HTTPD_CSP: ""
HTTPD_SERVERNAME: "manage.dev.openconext.local"
Expand All @@ -175,7 +175,7 @@ services:
condition: service_healthy

manageserver:
image: ghcr.io/openconext/openconext-manage/manage-server:9.6.2
image: ghcr.io/openconext/openconext-manage/manage-server:9.7.2
environment:
USE_SYSTEM_CA_CERTS: true
volumes:
Expand Down
10 changes: 9 additions & 1 deletion core/manage/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,20 @@ push:
name: PdP
user: pdp_admin
password: "secret"
enabled: False
enabled: false
stepup:
url: http://localhost:8082/stepup/api
user: manage
configuration_file: classpath:/stepup_config.json
password: secret
enabled: false

product:
name: Manage
organization: OpenConext DEV
service_provider_feed_url: http://mds.edugain.org/edugain-v2.xml
jira_base_url: https://servicedesk.surf.nl/jira/browse/
jira_ticket_prefixes: CXT,SD
supported_languages: en,nl
show_oidc_rp: true

Expand Down
1 change: 0 additions & 1 deletion core/manage/metadata_configuration/oidc10_rp.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,6 @@
"required": [
"name:en",
"OrganizationName:en",
"secret",
"grants"
],
"additionalProperties": false
Expand Down
Loading