bolkedebruin
bolkedebruin
Autocomplete just works here without this patch so I suspect misconfiguration
@JituS I wrote the support for Presto in Ranger so yes I did. But maybe I am missing the special case here?
The client is not fully functional yet, but have a look at https://github.com/bolkedebruin/rdpgw/blob/master/protocol/client.go for most of what you need. The thing that is missing at the moment is the client...
This is now part of master. You can disable TLS by setting "disableTLS: true". See the example template for details. Please test if this works as I have not been...
Please confirm this with the version from master or docker latest, I've double checked and it works on my side.
And it now needs to be DisableTLS note the the capital D.
You will need something like this for that: https://github.com/bolkedebruin/pam-jwt
The issue is that Azure OIDC probably returns a lot of information in the idtoken. By default this token gets stored in the cookie. This makes the gateway stateless. It...
@jH- you can now configure (rdpgw from master) the gateway to use a filesystem store instead of a cookie store for sessions. This should remove this issue at the expense...
@sphr2k make sure your keys in the security section are exactly 32 characters (I fixed the readme in master). That should solve your error