Mohab Usama

Results 18 comments of Mohab Usama

You need to install `zmon-cli`: https://github.com/zalando-zmon/zmon-cli `pip3 install --upgrade zmon-cli `

Hi @skyroot , The scope of pyguacamole is focused on the communication layer with [guacd](https://guacamole.apache.org/doc/gug/guacamole-protocol.html) daemon. The create share link seems to be part of the [web application](https://guacamole.apache.org/doc/gug/guacamole-architecture.html#web-application), which in...

@skyroot Not really sure if there is something production ready for that.

Thanks for the report. I kind of wanted to keep the interface streamlined for `send()` and `receive()` to be handling strings. The conversion can be done from the caller (i.e....

@szuecs @aryszka please let me know what you think.

This might be caused by couple of reasons: 1. Token revoked. 2. The API call is coming from a headless client (i.e. the cookie is missing). The route technically can...

@szuecs Thanks, I will look into that and get back if I have any questions. @AlexanderYastrebov Thanks for the suggestion, but we are trying to avoid duplicating routes in the...

@szuecs I looked into possible implementation of `cookieToStateBag` in the context of `oauthGrant` and found a blocker. Mainly skipper differentiates between cookies filter(s) and `ouathGrant` cookie, since the [grantcookie](https://github.com/zalando/skipper/blob/master/filters/auth/grantcookie.go) encrypts...

Hi @eicnix ,, yep sure, please go ahead 😄 My only remark would be to make it configurable (``WATCHER_SCALYR_PARSE_LINE_JSON``). I haven't really looked on how this works, but my main...