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
Unable to generate KONG client credentials on HTTP protocol. #5067
Comments
|
Yes, OAuth2.0 Plugin only allows |
|
Please review the following codes,maybe you can fix it so easy! if not allow_terminated then -- if we trust this IP, examine it's X-Forwarded-Proto header end return false ` |
|
I'd like to fix this issue, I'll be grateful for any further tips on where to start. Thanks! Friendly /cc @bungle |
|
@scorphus Have you fixed this issue? |
|
@abimarank still finding my way around it. Do you have any tips? /cc @thibaultcha |
|
1.While using docker we have the option to choose from https and http when creating an instance using an image in a container this will remove the error. |
Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.
The text was updated successfully, but these errors were encountered: