Skip to content

Instantly share code, notes, and snippets.

View ytausch's full-sized avatar

Yannik Tausch ytausch

  • Karlsruhe, Germany
  • 16:00 (UTC +02:00)
View GitHub Profile
@ytausch
ytausch / proxy.md
Created November 5, 2024 15:57
Use Burp Proxy with Terraform API Provider

Use Burp Proxy with Terraform GitHub Provider

  1. Start Burp as root user to allow binding on port 443
sudo /Applications/Burp\ Suite\ Community\ Edition.app/Contents/MacOS/JavaApplicationStub
  1. Configure proxy settings: Proxy → Proxy settings → add proxy listener. It should be configured like this:
@ytausch
ytausch / debug.md
Created March 22, 2025 19:11
Debug Dockerized cf-scripts Code

Debugging Dockerized cf-scripts Code

https://github.com/regro/cf-scripts

With PyCharm:

  1. Add a Debug Python Server run configuration, use localhost as IDE host name and an arbitrary port.

PyCharm run configuration as described above

@ytausch
ytausch / .env
Last active March 31, 2025 11:57
Debugging cf-scripts Integration Tests with vscode-server-action
BOT_TOKEN=<CLASSIC_BOT_TOKEN_HERE>
TEST_SETUP_TOKEN=<CLASSIC_BOT_TOKEN_HERE>