Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load the OpenFGA server config file into a table and show corresponding env variables #267

Open
rhamzeh opened this issue Nov 2, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@rhamzeh
Copy link
Member

rhamzeh commented Nov 2, 2022

We should be able to dynamically map the config file on the OpenFGA to the corresponding env variables to mae it easier for users.

We can do this at build time as a first step, with the caveat that it will be out of date if changed until the next merge to main of the docs.

After we can use js (if enabled) on the frontend to update it with the latest available.

As an example of what it might look like, Navidrome docs have a nice table for that. We can do something similar.

Screen Shot 2022-11-02 at 12 57 49 PM

What we don't want to do is ask developers to update the docs after they have updated the code, because even with a strict review process, it is very likely these will end up out of date.

@rhamzeh rhamzeh added the documentation Improvements or additions to documentation label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant