OpenConext / OpenConext/OpenConext-deploy

Remove the aagui container

Open
#487 1 comment 0 reactions 1 assignee View on GitHub

@baszoetekouw is already working on this.

Since May 8, 2025.

Dominant language
Jinja
Stars
16
Forks
20
Avg merge
4d 23h
Merged PRs (30d)
2

Description

The GUI application of Attribute Aggregator has been removed, but the aagui container still runs. The apache configuration of aagui handles the mapping of the internal/health and internal/info endpoints:

ProxyPass /internal/health http://aaserver:8080/aa/api/internal/health retry=0
ProxyPass /internal/info http://aaserver:8080/aa/api/internal/info retry=0

ProxyPass /aa/api http://aaserver:8080/aa/api retry=0
ProxyPassReverse /aa/api http://aaserver:8080/aa/api

This is needed because the AA server runs with context path /aa/api. We can't change that easily as this requires a change in the EB configuration. We want to be able to remove the aa-gui, and therefore the health endpoint of AA in the HAproxy must be changed.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.