Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS LB should return configuration metadata without HTTP redirects #181

Open
yurem opened this issue Feb 18, 2020 · 0 comments
Open

AWS LB should return configuration metadata without HTTP redirects #181

yurem opened this issue Feb 18, 2020 · 0 comments

Comments

@yurem
Copy link
Contributor

yurem commented Feb 18, 2020

Right now AWS LB has next rule https://gluu.testingluuk8.org/.well-known/openid-configuration --> https://gluu.testingluuk8.org/oxauth/.well-known/openid-configuration which led to HTTP code 301 Moved Permanently.

As result client make second request to load required resource. This slow down configuration load.

CE handles this without redirect:
https://github.com/GluuFederation/community-edition-setup/blob/master/templates/https_gluu.conf#L119
#180

We need to try to find out how to avoid redirect. After that we can revert commit: 8927ae84a6d2bba8b0239f0990b9658c681572cb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant