Shlomo Zalman Heigh

Results 239 comments of Shlomo Zalman Heigh

Unfortunately I'm unable to reproduce this issue. I'm going to close the issue but if you're able to find any more details that might help explain what's going on, I'm...

Hi @kb-med, Thank you for the additional info, that's really useful. We added support for custom timeout values in our underlying Go SDK (https://github.com/cyberark/conjur-api-go) but haven't yet updated summon-conjur to...

Alright, try now with summon-conjur [v0.8.1](https://github.com/cyberark/summon-conjur/releases/tag/v0.8.1). You can either set the environment variable `CONJUR_HTTP_TIMEOUT` or update your .conjurrc file to add a line `http_timeout: 600` or some other integer value...

Do you have the Conjur CLI installed? You can run `conjur -d variable get -i ` which will log the full HTTP requests (with auth tokens redacted). The Conjur CLI...

OK, so that's because the Conjur CLI tries to fetch them all in one request. Summon actually fetches them one by one - can you use the same command but...

Very interesting. Are any of the queries taking longer than 60s?

Hi @kb-med, Unfortunately we aren't able to fix this since we can't reproduce it. It's possible that it's network related. I'm going to close the issue for now and you...

This is fantastic. I'm going to do a full review on it hopefully in the next day or two but I'm really excited about this. Thank you!

Sorry for the delay, I've been busy. I'll try to review it this week.

I'm ready to approve. Just one question - I see it generates both the clean urls like `/xss` and with the html suffix, such as `/xss.html` but the clean URL...