Soumya Ghosh Dastidar
Soumya Ghosh Dastidar
@johnqa if you are using custom domains/hosts with self signed certs you need to configure litmus with either the tls cert or use the SSL skip feature to skip ssl/tls...
Is there a secret resource named `agent-secret` present in the agent ns? That should have the access key
`kubectl get secret agent-secret -n -oyaml ` and share the output
Can you try to do a fresh install with the skip SSL env var set from the very beginning in the manifest? I think there might be some issues in...
Use this block to add any arbitrary envs for the server https://github.com/litmuschaos/litmus-helm/blob/cdfc397e0e3795ad62266eaf12b6027f2a38759e/charts/litmus/values.yaml#L192
Just add SKIP_SSL_VERIFY: "true" in the generic block
Can you see if you can curl/wget that url from inside the cluster network? Maybe just start a bash pod in the cluster and try accessing that URL, if it...
@johnqa to unblock yourself for now you can just update the URL to http://litmusportal-server-service:9002/query for the self-agent and continue. Also can you check the logs of the graphql server when...
Awesome so it's confirmed that the problem is with the domain name/tls cert settings. Imo if it is possible for you to just disable tls in ingress and try with...
+1 for this feature and also for revert reason in transactions