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
The ProjectManager class ensures that user-provided names for SHMs and SREs are valid (they exist if they need to). There are functions which use SRE names without checking, for example user management commands.
The text was updated successfully, but these errors were encountered:
Some commands will create an instance of DSHProjectManager so will have the same validation as sre/shm commands. (In particular, those that use GuacamoleUsers).
Others just use the Azure API and might need extra checks.
The
ProjectManager
class ensures that user-provided names for SHMs and SREs are valid (they exist if they need to). There are functions which use SRE names without checking, for example user management commands.The text was updated successfully, but these errors were encountered: