Skip to content

Commit bc45ba2

Browse files
committed
PDP GUI is no longer used
1 parent 34dc721 commit bc45ba2

1 file changed

Lines changed: 4 additions & 37 deletions

File tree

roles/pdp/tasks/main.yml

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
command: "-Xmx512m --spring.config.location=./"
5151
etc_hosts:
5252
host.docker.internal: host-gateway
53+
labels:
54+
traefik.http.routers.pdpgui.rule: "Host(`pdp.{{ base_domain }}`)"
55+
traefik.http.routers.pdpgui.tls: "true"
56+
traefik.enable: "true"
5357
healthcheck:
5458
test:
5559
[
@@ -65,40 +69,3 @@
6569
retries: 3
6670
start_period: 10s
6771
register: pdpservercontainer
68-
69-
- name: Create the gui container
70-
community.docker.docker_container:
71-
name: pdpgui
72-
image: ghcr.io/openconext/openconext-pdp/pdp-gui:{{ pdp_gui_version }}
73-
pull: true
74-
restart_policy: "always"
75-
state: started
76-
networks:
77-
- name: "loadbalancer"
78-
labels:
79-
traefik.http.routers.pdpgui.rule: "Host(`pdp.{{ base_domain }}`)"
80-
traefik.http.routers.pdpgui.tls: "true"
81-
traefik.enable: "true"
82-
healthcheck:
83-
test: ["CMD", "curl", "--fail", "http://localhost/internal/health"]
84-
interval: 10s
85-
timeout: 10s
86-
retries: 3
87-
start_period: 10s
88-
mounts:
89-
- source: /etc/localtime
90-
target: /etc/localtime
91-
type: bind
92-
- source: /opt/openconext/common/favicon.ico
93-
target: /var/www/html/favicon.ico
94-
type: bind
95-
hostname: pdp
96-
env:
97-
HTTPD_CSP: "{{ httpd_csp.lenient }}"
98-
HTTPD_SERVERNAME: "pdp.{{ base_domain }}"
99-
OPENCONEXT_INSTANCENAME: "{{ instance_name }}"
100-
OPENCONEXT_ENGINE_LOGOUT_URL: "https://engine.{{ base_domain }}/logout"
101-
OPENCONEXT_HELP_EMAIL: "{{ support_email }}"
102-
SHIB_ENTITYID: "https://pdp.{{ base_domain }}/shibboleth"
103-
SHIB_REMOTE_ENTITYID: "https://engine.{{ base_domain }}/authentication/idp/metadata"
104-
SHIB_REMOTE_METADATA: "{{ shibboleth_metadata_sources.engine }}"

0 commit comments

Comments
 (0)