FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. cyrill.lippuner
    3. Topics
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 11
    • Best 5
    • Controversial 0
    • Groups 0

    Topics created by cyrill.lippuner

    • C

      Unlimited .data fields

      General Discussion
      • • • cyrill.lippuner
      5
      1
      Votes
      5
      Posts
      1.4k
      Views

      J

      @cyrill-lippuner said in Unlimited .data fields:

      Hello,
      This is not a direct bug, but maybe a safety net for other users to not do the same mistake as we did.
      We had a prod environment going down due to fusionauth OOM errors which were cause by a bug on one of our services. There is everything fine with the FusionAuth in general, but the problem was that we filled up the users.data field for each user with too much data due to an error (should only have been a list of some bytes). Therefore, after some months we started to have some occasional OOM errors of FusionAuth, as the 0.5GB RAM were not sufficient anymore to load even a single user (which had a users.data text field of 400MB).
      After cleaning that, everything is back to normal.
      My proposition might be, to put a (maybe configurable) size limit on the *.data fields to prevent such hard to catch runtime errors.
      Feel free to ask back for more info, I just wanted to put this here in case you might wanna consider it

      Implementing a configurable size limit on data fields is indeed a useful safety measure. This limit can help prevent unintended data growth and ensure that the system behaves predictably even when users inadvertently input excessive data.

    • C

      PATCH method for client libraries

      Q&A
      • • • cyrill.lippuner
      4
      0
      Votes
      4
      Posts
      571
      Views

      joshuaJ

      @cyrill-lippuner

      Ah, ok the scope of the question/request makes sense to me.

      With the disclaimer that I have not used the typescript library extensively (yet), when I search this library for "patch" it does appear that we do support PATCH.

      Can you confirm that you see this as well (or possibly I am overlooking something)

      https://github.com/FusionAuth/fusionauth-typescript-client/blob/master/src/FusionAuthClient.ts (this is the library I searched)

      Thanks
      Josh

    • C

      Kickstart API Key as KeyManager?

      Comments & Feedback
      • • • cyrill.lippuner
      3
      0
      Votes
      3
      Posts
      423
      Views

      danD

      The doc has been updated and the website will be updated when it has been reviewed: https://github.com/FusionAuth/fusionauth-site/pull/1016

    • C

      Using a non-default schema on a custom postgres DB

      Q&A
      • • • cyrill.lippuner
      5
      0
      Votes
      5
      Posts
      1.0k
      Views

      J

      I was able to get this working with:

      jdbc:postgresql://db:5432/mydb?currentSchema=auth
    • C

      User not yet created when user.created event fired

      Q&A
      • • • cyrill.lippuner
      4
      0
      Votes
      4
      Posts
      625
      Views

      danD

      @cyrill-lippuner PR here: https://github.com/FusionAuth/fusionauth-site/pull/544

      Thanks for the feedback!

    • C

      Start FusionAuth from docker in productive mode fails

      Q&A
      • • • cyrill.lippuner
      3
      0
      Votes
      3
      Posts
      874
      Views

      C

      Yeah, that was it... I guess it was already late 😉