cockroachdb / cockroachdb/helm-charts
Allow to specify granted privilege WITH GRANT OPTION to permission grants for provisioned users
- Dominant language
- Go
- Stars
- 105
- Forks
- 152
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 5
Description
Ability to use https://www.cockroachlabs.com/docs/v25.1/grant#supported-privileges in https://github.com/cockroachdb/helm-charts/blob/f95d409b3f48f4d31ae91d041a7943953547e0c2/cockroachdb/templates/job.init.yaml#L197
in place of "ALL"
Jira issue: HELM-55
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at cockroachdb/templates/job.init.yaml around line 197 and inspect how permission grants for provisioned users are rendered. Determine where the granted privilege should be configured, replacing the hard-coded ALL behavior with support for WITH GRANT OPTION privileges. Render the Helm chart and verify the generated init job contains the requested grant.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, sql
- Domain
- databases, devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100