← Back to context

Comment by bstsb

20 days ago

side note, i absolutely love Infisical’s self-hosted offering. it’s really easy to get set up with and aside from a few minor problems with their Universal Auth, i had it working in production in just a few days. it’s made secret management a lot easier, especially across different environments!

i’m aware that there are limits on the free plan, but as a single user i haven’t hit any crazy restrictions

Really glad to hear that! What problems did you have with Universal Auth?

  • upon remembering, it was actually just Token Auth - for some reason, when i created a machine identity in my parent organization, tbe CLI would always return a 403 for any project ID, regardless of whether i gave the identity the adequate permissions.

    i got around it by just generating an identity for each project, which was probably a better idea anyway for granularity