FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. haziqt
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    haziqt

    @haziqt

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    haziqt Unfollow Follow

    Latest posts made by haziqt

    • RE: Proxy IP Issue

      @mark-robustelli Hi, sorry for the late reply, but yeah, we have followed the documentation, and after that, we have done testing as well, but still, the issue persists. We are using version 1.57.0

      nginx.ingress.kubernetes.io/configuration-snippet: |
        proxy_set_header X-Forwarded-For $http_cf_connecting_ip;
        proxy_set_header X-Forwarded-Proto https;
        proxy_set_header X-Forwarded-Port	 443;
        proxy_set_header X-Forwarded-Server	domain.com;
        proxy_set_header X-Forwarded-Host	domain.com;
        add_header X-Debug-XFF $http_x_forwarded_for;
      
      posted in Q&A
      H
      haziqt
    • Proxy IP Issue

      Hi i have a fusion auth self hosted behind

      Cloudflare -> Ingress -> FusionAuth

      my configuration is :

      b79834f8-4797-4788-a197-9c520857f6c7-image.png

      For testing i have added add_header X-Debug-XFF $http_x_forwarded_for;

      When i did curl to the fusionauth domain it gives a correct IP Address

      but in logs for logins still the ip is of cloudflare. Anything m missing?

      posted in Q&A
      H
      haziqt