-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: configurable external fga server #11
feat: configurable external fga server #11
Conversation
|
6081099
to
d56a4f7
Compare
3bc8a67
to
f15b24d
Compare
f15b24d
to
74cb4ae
Compare
I added the job |
Thanks @le-yams! This is useful! Merging it. Hopefully some of the logic here can be dropped in a future iteration once we add the relevant flag in the CLI Relevant conversation: openfga/cli#335 |
Thank you 😃
Awesome! |
Add inputs so an external server can be used to perform the tests
Description
To be able to run the tests against a specific OpenFGA version, we have to use an external server instead of the cli built-in one.
The PR adds two optional inputs so the user can specify a server url and its token.
If the server url is not specified, the cli built-in server is used (current behavior)
Review Checklist
main