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

    yukeng_wu

    @yukeng_wu

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

    yukeng_wu Unfollow Follow

    Best posts made by yukeng_wu

    • Fusionauth cannot login when deploy 2 or more pods (FA1.15.8)

      how do you guys deploy fusionaith with multiple pod in kubernetes?
      Issue: it getting error in login page "You must log in to access that page" when deploy more than 1 pod in EKS

      However, it works fine if only 1 pod have

      fa-login-err.png

      here is my setup
      EKS: 1.20
      Fusionauth: 1.15.8
      Aurora mysql: 5.6

      I know the 1.15.8 is really old, but we cannot upgrade for company issue..

      deploy.yaml
      (ref https://github.com/FusionAuth/fusionauth-issues/issues/113 i have try both use pods name or ip address as below setup to make fusionauth_url can connect the other)

      • name: MY_POD_IP
        valueFrom:
        fieldRef:
        fieldPath: status.podIP
        • name: FUSIONAUTH_URL
          value: $(MY_POD_IP):9011

      also exec into one of fusionauth pod and do the curl with <ip>:9011 . it successfully access to the other fusionauth pod

      fa-url-success.png

      log from pod 1
      After deploy, it is able to see from the log, the fusionauth_url set to the right address
      fa-pod1-logs.png

      log from pod2
      fa-pod2-login-err.png

      it seems work, but cannot login, and the log didn't have any response either.


      Not sure if the root cause is the version too old. I try 1.30.1 successfully runing with multi pods.

      any suggestion for the old version?

      thanks

      posted in General Discussion
      Y
      yukeng_wu

    Latest posts made by yukeng_wu

    • Fusionauth cannot login when deploy 2 or more pods (FA1.15.8)

      how do you guys deploy fusionaith with multiple pod in kubernetes?
      Issue: it getting error in login page "You must log in to access that page" when deploy more than 1 pod in EKS

      However, it works fine if only 1 pod have

      fa-login-err.png

      here is my setup
      EKS: 1.20
      Fusionauth: 1.15.8
      Aurora mysql: 5.6

      I know the 1.15.8 is really old, but we cannot upgrade for company issue..

      deploy.yaml
      (ref https://github.com/FusionAuth/fusionauth-issues/issues/113 i have try both use pods name or ip address as below setup to make fusionauth_url can connect the other)

      • name: MY_POD_IP
        valueFrom:
        fieldRef:
        fieldPath: status.podIP
        • name: FUSIONAUTH_URL
          value: $(MY_POD_IP):9011

      also exec into one of fusionauth pod and do the curl with <ip>:9011 . it successfully access to the other fusionauth pod

      fa-url-success.png

      log from pod 1
      After deploy, it is able to see from the log, the fusionauth_url set to the right address
      fa-pod1-logs.png

      log from pod2
      fa-pod2-login-err.png

      it seems work, but cannot login, and the log didn't have any response either.


      Not sure if the root cause is the version too old. I try 1.30.1 successfully runing with multi pods.

      any suggestion for the old version?

      thanks

      posted in General Discussion
      Y
      yukeng_wu