Added
-
Configurable size limit for Authorization Models (#1032)
We've introduced a new size limit for authorization models, providing a consistent behavior across datastores, which defaults to
256KB
. This can be configured by using the--max-authorization-model-size-in-bytes
flag.
Fixed
- Reduce use of GOB in encoded cache key (#1029)
Changed
-
Persist Authorization Models serialized protobuf in the database (#1028)
In the next series of releases will progressively introduce changes via code and database migrations that will allow authorization models to be stored in a single database row.