Skip to content

Commit

Permalink
chore: update modular models announcement (#727)
Browse files Browse the repository at this point in the history
Co-authored-by: Raghd Hamzeh <[email protected]>
  • Loading branch information
aaguiarz and rhamzeh authored Apr 26, 2024
1 parent 9c7a703 commit 0d0c50f
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions blog/modular-models-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Modular Models
description: Modular Models
slug: modular-models-announcement
date: 2024-03-29
date: 2024-04-25
authors: eharris
tags: [openfga,features]
image: https://openfga.dev/img/og-rich-embed.png
hide_table_of_contents: false
---
# Release Candidate for Modular Models
# Modular Models for OpenFGA

Modular models aims to improve the model authoring experience when multiple teams are maintaining a model, such as:

Expand All @@ -19,20 +19,17 @@ With modular models, a single model can be separated across multiple files allow

## How to use it?

Modular models is currently shipped as an experimental feature while we gather feedback, in order for you to try it out.
Modular models is available in the latest version of OpenFGA. To use it you need to:

* Update to the [v0.3.0 release](https://github.com/openfga/cli/releases/tag/v0.3.0) of the CLI
* With the CLI you will be able to write your modular model and test it against a store file you have, but you will not be able to write your model to any OpenFGA server that does not enable this feature.
* Update to [v0.2.20](https://github.com/openfga/vscode-ext/releases/tag/v0.2.20) of the VS Code Extension
* Download [v1.5.1](https://github.com/openfga/openfga/releases/tag/v1.5.1) of OpenFGA
* As this is currently experimental, you will need to start OpenFGA with `openfga run --experimental enable-modular-models`.
* Update to [v0.2.21](https://github.com/openfga/vscode-ext/releases/tag/v0.2.21) of the VS Code Extension
* Download [v1.5.3](https://github.com/openfga/openfga/releases/tag/v1.5.3) of OpenFGA
* Check out the modular models sample store in the [sample-stores repo](https://github.com/openfga/sample-stores/tree/main/stores/modular)
* Review the [documentation for this feature](https://openfga.dev/docs/modeling/modular-models)
* Check a [demo video in Youtube](https://youtu.be/oeqroL8-wCQ)

## What's next?

We intend to move this feature out of RC within the next few weeks, so as we gather feedback we'll deal with any issues that arise and look to improve upon any areas of the developer experience as needed.

Looking beyond the near term, modular models allows us to implement [additional API authorization options for OpenFGA](https://github.com/openfga/roadmap/issues/30).

## Reach out!
Expand Down

0 comments on commit 0d0c50f

Please sign in to comment.