VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
453 stars 215 forks source link

Renamed secure mode to agent isolation mode - fix for #3035 #3036

Closed schandrika closed 1 year ago

schandrika commented 1 year ago

Fixes issue #3035

Fixes: Updated config parameter name to agent-isolation-mode Updated all code variables from secure_agent_users to agent_isolation_mode Updated all documents to use agent isolation mode instead of secure mode. Updated volttron-upgrade command to look for "secure-agent-users" parameter in volttron config and replace it with "agent-isolation-mode" if param exists Tested by run pytests, setup script and upgrade script. Build rst docs locally to verify links to renamed documents