Calipsoplus / calipsoplus-frontend

CalipsoPlus, angular frontend
MIT License
2 stars 6 forks source link

Add RDP/Guac security parameter support #113

Closed cloudbustinguk closed 4 years ago

cloudbustinguk commented 4 years ago

Allow the user to specify the following security-based parameters in the environment.ts file for RDP connections.

It can be necessary to tweak these, depending on the RDP server listening.

NOTE: the buildParameters() trivial search/replace should be scrutinised, as I use a throwaway var for re-indexing the dict. This is search/replace is necessary, as the URL-encoded params take hypenated verbs, but this is obviously not allowed in code, hence the '_' -> '-' munge. Also, if these vars are not present in the environment.ts file, the project will not build, as we explicitly define them in the code.