cloudyr / cloudyr/cloudyr.github.io
AWS policy management package
Open
Nobody has claimed this yet.
discussion
new-package
- Dominant language
- CSS
- Stars
- 29
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Most policy-related API functions overwrite/replace existing policies. This is fine but fairly annoying if you just want to change a policy. We need a package that can:
- Parse policies into an R representation (basically just
jsonlite::fromJSON()with some non-default options) - Construct policies in a consistent way (basically just
jsonlite::toJSON()with some non-default options) - Policy modification functionality (maybe R6 style?)
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 the existing policy-related API functions to understand how policies are currently replaced. Define the package boundaries and verify that it can parse policies into R representations, construct them consistently, and support policy modification without overwriting unrelated content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, r
- Domain
- cloud, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100