Skip to content

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

@Aaronontheweb

Description

@Aaronontheweb

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 = []

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions