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

Come up with a design for simple FTL visibility system #1164

Closed
3 tasks done
alecthomas opened this issue Apr 4, 2024 · 1 comment
Closed
3 tasks done

Come up with a design for simple FTL visibility system #1164

alecthomas opened this issue Apr 4, 2024 · 1 comment
Assignees
Labels
epic An umbrella topic

Comments

@alecthomas
Copy link
Collaborator

alecthomas commented Apr 4, 2024

Currently every verb has visibility of all others in the entire cluster, and the only visibility controls are whether a function is marked as ingress or not.

Some ideas to kick things off:

  • Model it on programming languages? Public, protected, private, and package scoped vs. module scoped.
  • Introduce the concept of groups of modules with a visibility boundary?

Doc here

Issues:

@github-actions github-actions bot added the triage Issue needs triaging label Apr 4, 2024
@alecthomas alecthomas mentioned this issue Apr 4, 2024
@alecthomas alecthomas added next Work that will be be picked up next and removed triage Issue needs triaging labels Apr 8, 2024
@alecthomas alecthomas changed the title Come up with a design for FTL permissions/scopes/RBAC Come up with a design for simple FTL visibility system Apr 20, 2024
@github-actions github-actions bot removed the next Work that will be be picked up next label Apr 20, 2024
@wesbillman
Copy link
Member

Checklist complete :)

@alecthomas alecthomas added the epic An umbrella topic label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic An umbrella topic
Projects
None yet
Development

No branches or pull requests

2 participants