VOLTTRON / volttron

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

VOLTTRON Platform Authorization Management via VOLTTRON Central #396

Open fstshrk opened 8 years ago

fstshrk commented 8 years ago

According to the VIP Improvements document, we agreed that agent authorizations should be (as much as possible) uniform across all VOLTTRON instances managed by a VOLTTRON Central. Therefore, we need to define:

  1. VOLTTRON Platform API/Code to communicate with VC and manage authorization.
  2. A VC Agent to manage VOLTTRON instance authorization files.
  3. A VC GUI for authorization management.

Assigning it to Jereme so that he can dispatch the bug or split into three issues.

craig8 commented 8 years ago

An update on the current status of these tasks are as follows.

  1. is in progress through the implementation of the web api and resource directory I have been working through this.
  2. was just committed merged into the develop branch as part of the AuthService within the VOLTTRON framework. There are classes AuthEntry, AuthFile that are able to deal with
  3. has not been started at present.