You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
End-to-end consideration of AAA in remote workflow architecture
// END UPDATE
This should be a new core module that is loaded into other core modules on startup.
The AAA module should be extendable to support multiple types of external auth.
For a first commit we should probably have some sort of token-based authentication.
The text was updated successfully, but these errors were encountered:
Since this was opened, we have made some progress on AAA. The goal has been put simply as:
Extend the security implementation for snap to help remove barriers to adoption within production scenarios. This would cover authentication, authorization and access control.
Snap should support some form of authentication, authorization, and auditing available.
UPDATE (by @mjbrender) - We've broken this out into 3 phases:
Other considerations:
// END UPDATE
This should be a new core module that is loaded into other core modules on startup.
The AAA module should be extendable to support multiple types of external auth.
For a first commit we should probably have some sort of token-based authentication.
The text was updated successfully, but these errors were encountered: