FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. luke.fishman
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    luke.fishman

    @luke.fishman

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

    luke.fishman Unfollow Follow

    Latest posts made by luke.fishman

    • TLS/SSL conncetion to postgressDB

      How do i connect Fusionauth to Postgress DB using a secure (TLS/SSL) connection?

      I ran FusionAuth using dokcer-compose file :

      version: '3'
      
      services:
        fusionauth:
          image: funzacr.azurecr.io/fusionauth:v1.27
      
          environment:
            DATABASE_URL: jdbc:postgresql://<DB_NAME>.postgres.database.azure.com:5432/<DB_TABLE>
      
            DATABASE_USERNAME: <username>@<DB_NAME>
            DATABASE_PASSWORD: <PASSWORD>
            FUSIONAUTH_APP_MEMORY: 1024M
            FUSIONAUTH_APP_RUNTIME_MODE: production
            FUSIONAUTH_APP_URL: http://fusionauth:9011
            SEARCH_SERVERS: <elasticsearch_url>
            SEARCH_TYPE: elasticsearch
      
          networks:
            - search
          restart: unless-stopped
          ports:
            - 9011:9011
          volumes:
            - fa_config:/usr/local/fusionauth/config
      
      networks:
        search:
          driver: bridge
      
      volumes:
        fa_config:
      
      
      
      posted in Q&A
      L
      luke.fishman
    • Slow Elasticsearch queries

      Hello.

      I have an issue with very slow elasticsearch queries...
      if i try to find a user by loginId or userID the reponse takes about 300ms

      4e451ef1-b27c-4eff-a470-72898943b4e9-image.png

      if i query the elasticsearch engine dierctly, also fast reponse

      7d424bb5-42ad-45aa-8aaa-ea782a8d96aa-image.png

      BUT, if i query fusionauth search with a querystring param. very slow response (~8 to 10 seconds)
      f3a43ba5-cf1e-4cc1-b94f-423d09d3acb1-image.png

      here is my config:

      5a85bdc4-bf3e-471a-9618-b86274f02250-image.png

      Ideas?

      posted in Q&A
      L
      luke.fishman
    • Custom lost password/ lost user name forms

      Hello.

      is there a way to create custom forgot password/user name forms?

      posted in Q&A
      L
      luke.fishman