RSW: Flexible permission modes for (session) secrets
Nobody has claimed this yet.
- Dominant language
- Markdown
- Stars
- 46
- Forks
- 40
- Avg merge
- 4h 3m
- Merged PRs (30d)
- 6
Description
Currently all secrets are mounted via the defaultMode specified in config.defaultMode.<secret type>.
Example:
https://github.com/rstudio/helm/blob/main/charts/rstudio-workbench/templates/_helpers.tpl#L233-L237
It would be great if the permission mode could set on the secret level, i.e. allowing to specify a different permission mode for every secret.
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 in charts/rstudio-workbench/templates/_helpers.tpl around lines 233-237, where secret mounts use config.defaultMode.. Trace how session secrets are defined and rendered. Done means each secret can specify its own permission mode instead of relying only on the shared default; no test file is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100