Hemanth Krishna

Results 31 comments of Hemanth Krishna

You can simply override the SCSS in your Stylesheet. Example: Adding the following snippet in your style sheet would update the color of the cursor to blue. ```css .Typist .Cursor...

Hey @Xangliev @ruchi1803 , you have to change the ClientID in this specific line: https://github.com/litmuschaos/litmus/blob/7f1e279043f16962dbeffb6268d1f10da34fea92/litmus-portal/dex-server/dex-deployment.yaml#L44 instead of: https://github.com/litmuschaos/litmus/blob/7f1e279043f16962dbeffb6268d1f10da34fea92/litmus-portal/dex-server/dex-deployment.yaml#L21 I had created a video walkthrough of integrating Dex with Litmus, you...

@Xangliev , upon looking into the code, i figured that you have to add the ClientID in env params of the authentication service, exactly here: https://github.com/litmuschaos/litmus/blob/7f1e279043f16962dbeffb6268d1f10da34fea92/litmus-portal/authentication/pkg/utils/configs.go#L21 This means, we need...

I support this feature request, I generally work with VM that just involves terminal (headless Linux) and Newman is an amazing tool to help me out running collections and testing...

Hi @Roasbeef! I'd like to work on this issue, I wanted to make sure that we are completely "replacing" the normal go-errors with no exceptions? i.e: Will always return gRPC...

Looks like a very simple and sensible fix, I would like to work on this!

The issue occurs because there has been some failure in setting your default task list, hence it is unable to get your tasks. It ideally should work out-of-the-box, but it...

Makes sense that it was an oauth issue, this can be handled using scope checks with the result from the oauth token itself. Also, Could you please let me know...

> First and formost , we have to remove this warning --> It can make user's skeptical about the app. Unfortunately, I cannot remove the screen because the `Create and...