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

    Topics created by laurent.michel

    • L

      Solved Why can't I update the default tenants smtp parameters through the API?

      Q&A
      • • • laurent.michel
      10
      0
      Votes
      10
      Posts
      1.5k
      Views

      danD

      @laurent-michel Great to hear!

    • L

      how to kickstart an application with specified uuid?

      Q&A
      • • • laurent.michel
      4
      0
      Votes
      4
      Posts
      535
      Views

      danD

      No worries @laurent-michel !

      FYI, this isn't just for applications.

      For every resource in FusionAuth during creation you can either provide a valid UUID to control the value, or leave the UUID off and let FusionAuth create one for you.

    • L

      How to upgrade on k8s?

      Q&A
      • • • laurent.michel
      2
      0
      Votes
      2
      Posts
      384
      Views

      danD

      Hiya,

      I'm not sure, haven't done much with k8s. From a quick google, it looks like you might use helm upgrade?

      https://helm.sh/docs/helm/helm_upgrade/

    • L

      Is there a way to export current configuration to a kickstart file?

      Q&A
      • • • laurent.michel
      2
      0
      Votes
      2
      Posts
      621
      Views

      danD

      Unfortunately not at this time. There are a couple of open issues that are related, but if they don't cover your precise use case, please feel free to file a new one.

      https://github.com/FusionAuth/fusionauth-issues/issues/560

      https://github.com/FusionAuth/fusionauth-issues/issues/576

    • L

      Kubernetes deployment of version 1.16.0-RC.1

      Q&A
      • • • laurent.michel
      10
      0
      Votes
      10
      Posts
      1.4k
      Views

      robotdanR

      If you get an unauthorized message in the UI when you submit a form it is due to your network configuration. This error is caused by our protective measures for cross site request forgery.

      I would assume you are seeing an error on the admin page to indicate your proxy configuration is invalid. If not, ensure you have the correct X-Forwarded-Port, X-Forwarded-Host, X-Forwarded-Proto headers set when behind a proxy.

      If these values are not set, or are invalid then when we compare the Origin header against the request we will fail our CSRF assertions and return a 401.