Skip to content

Add fleet mitm-proxy example#432

Open
norman465 wants to merge 1 commit into
IBM:mainfrom
norman465:mitm_proxy
Open

Add fleet mitm-proxy example#432
norman465 wants to merge 1 commit into
IBM:mainfrom
norman465:mitm_proxy

Conversation

@norman465

Copy link
Copy Markdown
Member
  • Add fleet mitm-proxy example
  • No HTTP support. Refer to squid proxy example

@norman465 norman465 requested a review from jeremiaswerner July 1, 2026 04:39
@@ -0,0 +1,2 @@
{ "command":"curl", "args": ["--silent", "--write-out", "%{url} %{http_code}", "--output", "/dev/null", "https://example.com"]}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to be

"cmds": ["curl"], ...


ibmcloud ce fleet create --name "fleet-${uuid}" \
--tasks-state-store fleet-task-store \
--image registry.access.redhat.com/ubi10/ubi-minimal \

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

failed with curl exit code 77...

@jeremiaswerner jeremiaswerner left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Norman. I found two small issues. As discussed, we might find an alternative using a hook within mitm proxy and avoid certificate handling alltogether.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants