FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    FA controls on traffic

    Scheduled Pinned Locked Moved Unsolved
    Q&A
    2
    4
    509
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • danD
      dan
      last edited by

      From slack:

      Appreciate your thoughts on this use case! We are currently calling FusionAuth(FA) APIs from servers in our datacenter. We are currently exploring a few options on connecting FA from Apigee. When we initiate the request from our datacenter, we feel comfortable on the connections going out to FA. When we start interacting with FA from Apigee, does FA put up any existing controls on inspecting the incoming traffic/IP etc., any IP whitelisting or any other controls that 'd make this communication from Apigee more secure.

      --
      FusionAuth - Auth for devs, built by devs.
      https://fusionauth.io

      danD 1 Reply Last reply Reply Quote 0
      • danD
        dan @dan
        last edited by

        FusionAuth supports IP access control lists. This feature is only available in the enterprise edition. You can learn more about that here: https://fusionauth.io/docs/v1/tech/advanced-threat-detection/#ip-acls . You can lock down both applications and API keys to a given set of IP ranges.

        If you don't want to pay for enterprise edition, you can lock things down at the network level. How you do so depends on your deployment model. For example, if you are running FusionAuth in AWS, you can lock down network access via security groups and NACLs. If you are running FusionAuth in Kubernetes, you can lock it down via network policies.

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        S 1 Reply Last reply Reply Quote 1
        • S
          srikanth.bussa @dan
          last edited by

          @dan Appreciate your response and insight, and thanks for sharing the links to set this up on FusionAuth(FA). We are planning to consume FA's JWT response on Apigee and since this IP whitelisting is available on FA, we could explore few other items on Apigee. Thanks

          danD 1 Reply Last reply Reply Quote 0
          • danD
            dan @srikanth.bussa
            last edited by

            @srikanth-bussa Great.

            If you need to customize the JWT, I'd suggest looking at the populate lambda and lambda HTTP connect as well.

            --
            FusionAuth - Auth for devs, built by devs.
            https://fusionauth.io

            1 Reply Last reply Reply Quote 0
            • First post
              Last post