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

Write specs to verify Akka.Remote untrusted mode and trusted actorselection paths #1365

Closed
Aaronontheweb opened this issue Oct 8, 2015 · 8 comments
Assignees

Comments

@Aaronontheweb
Copy link
Member

Enable untrusted mode for full security of server managed actors, prevents

# system messages to be send by clients, e.g. messages like 'Create',
# 'Suspend', 'Resume', 'Terminate', 'Supervise', 'Link' etc.
untrusted-mode = off
# When 'untrusted-mode=on' inbound actor selections are by default discarded.
# Actors with paths defined in this white list are granted permission to receive actor
# selections messages. 
# E.g. trusted-selection-paths = ["/user/receptionist", "/user/namingService"]   
trusted-selection-paths = []
@maxim-s
Copy link
Contributor

maxim-s commented Dec 1, 2015

I can try

@Aaronontheweb
Copy link
Member Author

Thank you sir - check the JVM source to see if there are specs already. I've looked before but can't remember :(

@Aaronontheweb
Copy link
Member Author

Do you expect to have a PR in for this soon @maxim-s ? Giving you some alternative issues per #1475 ;)

@maxim-s
Copy link
Contributor

maxim-s commented Dec 10, 2015

@Aaronontheweb yes, it will be done today

@maxim-s
Copy link
Contributor

maxim-s commented Dec 12, 2015

PR #1535

rogeralsing added a commit that referenced this issue Dec 13, 2015
@Aaronontheweb
Copy link
Member Author

#1546 had to revert due to race failure in the spec - could you please review @maxim-s ?

Aaronontheweb added a commit that referenced this issue Dec 14, 2015
…rify-akka-remote-untrusted-mode

Revert "#1365 added untrustedspec"
@Aaronontheweb
Copy link
Member Author

maxim-s pushed a commit to maxim-s/akka.net that referenced this issue Dec 17, 2015
maxim-s pushed a commit to maxim-s/akka.net that referenced this issue Dec 18, 2015
@maxim-s
Copy link
Contributor

maxim-s commented Dec 22, 2015

PR #1552

maxim-s pushed a commit to maxim-s/akka.net that referenced this issue Jan 4, 2016
maxim-s pushed a commit to maxim-s/akka.net that referenced this issue Jan 5, 2016
maxim-s pushed a commit to maxim-s/akka.net that referenced this issue Jan 5, 2016
maxim-s pushed a commit to maxim-s/akka.net that referenced this issue Jan 13, 2016
maxim-s pushed a commit to maxim-s/akka.net that referenced this issue Jan 14, 2016
maxim-s pushed a commit to maxim-s/akka.net that referenced this issue Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants