OpenConext / OpenConext/OpenConext-deploy
Remove the aagui container
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.