observablehq / observablehq/notebook-kit
Secrets
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 371
- Forks
- 27
- Avg merge
- 3h 52m
- Merged PRs (30d)
- 1
Description
Like we have .observable/databases.json, we could have .observable/secrets.json that exposes secrets to notebooks (storing them in a separate file that can be kept out of source control).
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 comparing the existing .observable/databases.json configuration with the proposed .observable/secrets.json file, then trace how database settings are exposed to notebooks. Define how a separate secrets file is discovered and kept out of source control, and verify that its values are available to notebooks without exposing them in generated output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100