Add a link to all available Docker variables
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 51
- Forks
- 105
- Avg merge
- 10h 35m
- Merged PRs (30d)
- 17
Description
The Go library contains all the available keys https://github.com/openfga/openfga/blob/main/cmd/run/flags.go that we can put in our Docker (Docker Compose in my case), like OPENFGA_ACCESS_CONTROL_STORE_ID or OPENFGA_HTTP_CORS_ALLOWED_ORIGINS. And also for the Migrate service https://github.com/openfga/openfga/blob/main/cmd/migrate/flags.go.
It'd be good to point them out in the docs at https://openfga.dev/docs/getting-started/setup-openfga/docker.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing cmd/run/flags.go and cmd/migrate/flags.go to identify the available Docker variables. Update the Docker setup documentation at https://openfga.dev/docs/getting-started/setup-openfga/docker with links to those variables for both services. Done means Docker users can find the complete variable references from that page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, go
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100