Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture permissions: automatically resolve least privileged permissions #1449

Closed
staycoolcall911 opened this issue Feb 6, 2023 · 1 comment
Assignees
Labels
🛠️ compiler Compiler ✨ enhancement New feature or request

Comments

@staycoolcall911
Copy link
Contributor

Community Note

Please vote by adding a 👍 reaction to the issue to help us prioritize.
If you are interested to work on this issue, please leave a comment.

Feature Spec

Wing compiler would now automatically generate the least privileged permissions for captured resources.

Use Cases

See the discussion on #76

Implementation Notes

We would need to implement basic CFA (control flow analysis) for generating the binding metadata. Compiler error (unless custom binding metadata is provided). At this phase we don’t allow stuff like variable assignments, passing a resource as an argument, returning a resource…

Component

Compiler

@staycoolcall911 staycoolcall911 added ✨ enhancement New feature or request 🛠️ compiler Compiler labels Feb 6, 2023
@monadabot monadabot added this to Wing Feb 6, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New - not properly defined in Wing Feb 6, 2023
@staycoolcall911 staycoolcall911 moved this from 🆕 New - not properly defined to 🤝 Backlog - handoff to owners in Wing Feb 6, 2023
@staycoolcall911 staycoolcall911 moved this from Todo - p2 to Todo - p1 in Wing Language Roadmap Feb 16, 2023
@staycoolcall911 staycoolcall911 moved this from Todo - p1 to In Progress in Wing Language Roadmap Mar 6, 2023
@staycoolcall911 staycoolcall911 moved this from 🤝 Backlog - handoff to owners to 🏗 In progress in Wing Mar 6, 2023
@eladb
Copy link
Contributor

eladb commented Mar 18, 2023

This is addressed by #1743

@eladb eladb closed this as completed Mar 18, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in Wing Language Roadmap Mar 18, 2023
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Wing Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ compiler Compiler ✨ enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants