This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
Releases: travelaudience/nexus-proxy
Releases · travelaudience/nexus-proxy
2.7.0
2.6.0
- Add JAVA_TOOL_OPTIONS env var
2.5.0
- update base alpine image to 3.10
- update to latest openjdk8-jre
update alpine
testing latest alpine 10 and latest openjdk
2.4.0_8u191
- Bump Alpine to 3.9 and JRE to 8u191
2.4.0
Bugfixes:
- After restarting the proxy, the consent screen could enter a loop. This happened because we were caching an unsuccessful attempt at verifying membership. This PR fixes this behaviour by only caching successful results.
Improvements:
- After restarting the proxy, users presenting a valid JWT would still be required to go to the consent screen so that membership verification can be successful. The new
JWT_REQUIRES_MEMBERSHIP_VERIFICATION
environment variable can be set tofalse
to "blindly trust" valid tokens. Disabling this option makes the proxy less secure. - More debug logging.