Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drichelson committed May 29, 2024
1 parent 95a6310 commit 451bb02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- [x] Secrets: dorkly go code: read from aws secrets manager and inject into each environment's config
- [x] Use localstack to test s3
- [x] Terraform: generated env-level readme should contain: general tips on connecting using ld sdk + injected url, sdk keys, etc for each env.
- [...] Terraform: generated repo readme should contain: links to docs, summary of environments.
- [...] Create project overview in README.md
- [x] Terraform: generated repo readme should contain: links to docs, summary of environments.
- [x] Create project overview in dorklyor .github repo
- [x] Terraform: Add option per-env: Disable checking in sdk keys. (for production environments).
- [ ] Good docs on client-side (js) sdk setup.
- [ ] Create a CONTRIBUTING.md
Expand All @@ -19,7 +19,7 @@
- [ ] yaml files validation: warn if flag is defined in the project but not an environment
- [ ] yaml files validation: error if flag is defined in an environment but not in the project
- [ ] yaml files validation: error if env flag type does not match project flag type (ie 'true' for a rollout flag)
MVP ? ==============================================
MVP WTF ? ==============================================
- [ ] Consider enabling configuring ld-relay client context (aka goals endpoint): https://github.com/launchdarkly/ld-relay/blob/1adf0dde5b11343d3bdf011c86e3f7116c4960fc/internal/relayenv/js_context.go#L7
- [ ] Terraform: validate variables (see TODOs in https://github.com/dorklyorg/terraform-aws-dorkly-flags/blob/main/variables.tf)
- [ ] Terraform: Consider a command line tool to quickly create new flags and maybe turn them off in all envs
Expand Down

0 comments on commit 451bb02

Please sign in to comment.