OpenFGA v0.3.1
is out with security fixes and more config options
#91
Closed
rhamzeh
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone!
We just released OpenFGA v0.3.1 with an important security fix.
If you are already using OpenFGA with authorization model schema 1.1 released last week, it is important that you update to this release as soon as you can.
This release includes experimental support for an optimized version of
ListObjects
which you can enable through the new--experimentals
flag. Known issues include:*
andtype:*
)and
andbut not
(Note: Experimentals are for testing upcoming OpenFGA features, they are not production ready and could break or change in any upcoming version).
If you are running through docker:
docker pull openfga/openfga
openfga/openfga:v0.3.1
Changes in this release
Added
Datastore configuration flags to control connection pool settings
--datastore-max-open-conns
--datastore-max-idle-conns
--datastore-conn-max-idle-time
--datastore-conn-max-lifetime
These flags can be used to fine-tune database connections for your specific deployment of OpenFGA.
Log level configuration flags
--log-level
(can be one of ['none', 'debug', 'info', 'warn', 'error', 'panic', 'fatal'])Support for Experimental Feature flags
A new flag
--experimentals
has been added to enable certain experimental features in OpenFGA. For more information see Experimental Features.Security
Beta Was this translation helpful? Give feedback.
All reactions