Handle port numbers in default token_audience
Compare changes
+ 6
− 3
@@ -115,10 +115,13 @@ def get(url, *args, **kwargs):
@@ -115,10 +115,13 @@ def get(url, *args, **kwargs):
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
This MR handles setting the default token_audience
when the server is included with a port suffix. The fix is to look for tokens with audiences that both include and exclude the :port
suffix.