Srinivas Karavadi

Results 19 comments of Srinivas Karavadi

@tsl0922 deployed latest master in my env, will monitor for couple of days and will update if we see any issues, so far I was not able to re-produce the...

Found another issue, when we open multiple sessions, if we close one session (browser tab), ttyd exits ``` [2021/08/31 03:28:19:6069] N: -- [wsisrv|6|adopted] (3) 11.079s == uv_read failed with error...

I think the better way is to substitute the user name with dynamic user (assuming that LDAP is enabled), I also feel that if the ssh public key can be...

+1, in real time it is more of a PUT/GET/DELETE etc, so should be able to run calls in a sequence like a generic test case.

Using at my org to provide simple SSO solution for various backend apps which support header authentication/authorization, like Jenkins , Grafana, etc. Did some research with other solutions but I...

I'm not quite sure if anyone is already using API's , I tracked the API calls from chrome for few POST calls like create user, the tricky part was to...

Hello all, Any priority on this , I followed instructions provided by @mickael-ange and it really helped to address the issue, however with symlinks, the overall resource creation slowed down...

Hi there, The request is for managed CA like vault or user provided CA (we can easily obtain the auto generated CA cert and key via kubectl as well :)...

The problem is, unless kuma DP is up and running the pod has no network, and as per K8s it appears that sidecar lifecycle is more complicated than it was...

@michaelkoro with ISTIO it was a annotation https://github.com/istio/istio/issues/11130 ``` annotations: proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }' ``` But I don't think there was a closure, I think unless K8s has a...