-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add geoname id value into $geoip2_*_geoname_id variables #9527
Conversation
|
@Rakoth: This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @Rakoth. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Welcome @Rakoth! |
Hello @rikatz! Any chance you can review this small change soon? |
@aledbf Hi! Maybe you can help with review? |
/assign I will add this to my list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
Can you provide steps to reproduce? I need to make sure it doesn't have other effects. |
Hello @tao12345666333 ! Thanks for your response! We start ingress controller with following arguments
and
And the final step is our application, which reads this request headers |
@tao12345666333 Hi! Is there any actions needed from my side to proceed forward with this PR? |
@tao12345666333 Could you help with this PR please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the long delay.
I don't think this modification will cause any additional issues.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Rakoth, tao12345666333 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
This PR adds geoip2 variables
with geoname ids information according to a source ip. Applications may get this value from nginx controller directly instead of using another geoip2 request.
How Has This Been Tested?
Tested locally
Types of changes
Checklist: