-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atlantis terraform live logs are not showing #2216
Comments
I also saw the blank screen for live logs. I noticed an error like |
Issue for us was that we were using a custom workflow ... and the reason we were doing that was that we use the **Solution: **
terraform providers lock \
-platform=darwin_arm64 \ # 64-bit macOS silicon / M1
-platform=darwin_amd64 \ # 64-bit macOS intel
-platform=linux_amd64 \ # 64-bit Linux
-platform=linux_arm64 # 64-bit Linux "graviton" |
This worked. When we changed atlantis from clb to alb. Atlantis shows live logs on UI. |
I also experience a blank detail screen for my live logs on the Atlantis server UI. |
Nice.... thanks for the hint about websockets! That was the answer. The solution depends on your Ingress/LB. e.g. for Emissary Mappings you just have to allow the websockets upgrade. https://www.getambassador.io/docs/emissary/latest/howtos/websockets Maybe the docs should add a note about websockets? |
PRs are welcome for the Docs. |
For future reference and for anybody deploying Atlantis on k8s with traefik, we just had to add a custom middleware to our ingress routes to fix this issue: ---
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: atlantis-headers
namespace: atlantis
spec:
headers:
customRequestHeaders:
X-Forwarded-Proto: "https" |
Community Note
Hai, I can able to plan and apply atlantis, working fine. But, i want to see terraform live logs, when it is planning/applying.
I know, that when we click on builds in bitbucket pr, it directs to browser, where it shows terraform logs. But, in my case, I see a page with blank. I am attaching the screenshot of the blank page.
VCS I am using - bitbukcet.
deployed through:- helm charts in eks
Reproduction Steps
Logs
Environment details
Additional Context
The text was updated successfully, but these errors were encountered: