Kevin Gilpin

Results 6 issues of Kevin Gilpin

From the docs: ``` You cannot join multiplayer games if the client is installed on https:// protocol, however. ``` Can you describe the technical issue with this, as I'm interested...

I'd like to send STDIN as a multipart upload. I'm starting like this: ``` ruby file = STDIN class file } require 'httpclient' client = HTTPClient.new res = client.post(upload_url, body)...

FeatureRequest

Short output: ``` $ conjur audit:resource --short service:pubkeys-1.0/public-keys [2014-05-24 17:05:21 UTC] demo:user:kgilpin listed roles permitted to on demo:service:pubkeys-1.0/public-keys ``` Full output: ``` $ conjur audit:resource service:pubkeys-1.0/public-keys ``` ``` json {...

When I start typing a command and then use the 'tab' key to complete a file path, I get the error below: ``` conjur authn login -p `cat ../source/opt/conjur/embedded/lib/ruby/gems/1.9.1/gems/conjur-cli-dalek-4.8.2/bin/_conjur_completions:43:in `':...

For consistency with other commands, `--as-role` should be a way to act as another role. In this case, to check if the foreign role has the privilege.

This probably indicates that the programmer was expecting the aad to be non-nil, but its value is not set to anything.