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
In many cases, different users would need different access permissions to different API.
A common case is system/user who only monitor the OS, and system/user who manage the OS.
While the first only need access to REST GET, the second need access to POST, PUT and DELETE.
A simple, powerful, configuration can be part of the cloud-init info, mapping between authenticated users (#31) to granted API pattern.
The text was updated successfully, but these errors were encountered:
In many cases, different users would need different access permissions to different API.
A common case is system/user who only monitor the OS, and system/user who manage the OS.
While the first only need access to REST GET, the second need access to POST, PUT and DELETE.
A simple, powerful, configuration can be part of the cloud-init info, mapping between authenticated users (#31) to granted API pattern.
The text was updated successfully, but these errors were encountered: