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

Support multiple access levels for runtimes #278

Closed
jonnor opened this issue May 31, 2014 · 0 comments
Closed

Support multiple access levels for runtimes #278

jonnor opened this issue May 31, 2014 · 0 comments
Labels

Comments

@jonnor
Copy link
Member

jonnor commented May 31, 2014

To allow people to use runtimes around them, we want to support multiple levels of access for non-authorized users. In escalating order of privilege:

  • Read exported (toplevel) ports (capability protocol:runtime:readonly could be added for read-only)
  • Read&write exported ports (capability protocol:runtime provides sending packets)
  • See graph (including edge introspection, currently component:getsource but see component:getsource is used to get main graph in live mode #390)
  • Change graph (but not persist, restarts will reset back, capability protocol:graph, requires ability to see graph as well)
  • Persist graph changes (capability network:persist which is not supported by any runtime or client yet)

People who have the secret (passphrase) for the runtime, will always have full rights, including ability to change non-auth access level and secret.

@jonnor jonnor added the ux label May 31, 2014
bergie added a commit to noflo/noflo.github.io that referenced this issue Sep 26, 2014
bergie added a commit to noflo/noflo.github.io that referenced this issue Mar 26, 2015
bergie added a commit to noflo/noflo-runtime-base that referenced this issue Mar 26, 2015
bergie added a commit to flowbased/fbp-protocol-client that referenced this issue Mar 26, 2015
bergie added a commit to noflo/noflo-runtime-websocket that referenced this issue Mar 26, 2015
bergie added a commit to noflo/noflo-runtime-websocket that referenced this issue Mar 26, 2015
@bergie bergie closed this as completed Aug 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants