<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git, branch fix/T8955-http-api-verify-tls</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=fix%2FT8955-http-api-verify-tls</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=fix%2FT8955-http-api-verify-tls'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-06-02T14:49:20+00:00</updated>
<entry>
<title>http-api-client: T8955: enable TLS verification by default</title>
<updated>2026-06-02T14:49:20+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-06-02T14:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d0310ac0fba9d52d802160f61b662fca7601d060'/>
<id>urn:sha1:d0310ac0fba9d52d802160f61b662fca7601d060</id>
<content type='text'>
ApiClientConfig.verify_tls defaulted to False and ApiClient unconditionally
silenced urllib3's InsecureRequestWarning, so TLS peer verification was off by
default. The sole consumer, src/op_mode/config_sync.py, builds the client
without passing verify_tls and therefore connected to a *remote* secondary VyOS
node over HTTPS without verifying the certificate -- a MITM exposure on the
channel that carries the API key and the full configuration.

- ApiClientConfig.verify_tls now defaults to True and accepts Union[bool, str];
  a string is forwarded to requests as a CA bundle path (verify=&lt;path&gt;).
- InsecureRequestWarning is suppressed only when verification is explicitly
  disabled (verify_tls is False), not when a CA path or True is set.
- config_sync reads an optional verify_tls from the secondary runtime settings,
  defaulting to False to preserve current behaviour for self-signed secondaries.
  The insecurity is now explicit at the call site instead of hidden in the
  library default. A first-class CLI knob (set service config-sync secondary
  verify-tls / ca-certificate, with XML + migration) is the follow-up.

🤖 Generated by [robots](https://vyos.io)
</content>
</entry>
<entry>
<title>Merge pull request #5236 from c-po/nat66</title>
<updated>2026-06-02T13:42:26+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2026-06-02T13:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e238afbd6bc272b02b426f1b16fe8d16f6069c05'/>
<id>urn:sha1:e238afbd6bc272b02b426f1b16fe8d16f6069c05</id>
<content type='text'>
nat: T8939: fix KeyError: 'group' exception</content>
</entry>
<entry>
<title>chore(mirror): remove force_workspace backport wrapper (R4 mothballed) (#5247)</title>
<updated>2026-06-02T00:38:28+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-06-02T00:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=09240f799565f12a13de6f718e36fa6165d9e865'/>
<id>urn:sha1:09240f799565f12a13de6f718e36fa6165d9e865</id>
<content type='text'>
Mergify ignore_conflicts:true already creates the backport workspace PR +
resolves toward theirs + applies backport-conflict for path-drift conflicts
(verified by canary VyOS-Networks/ipaddrcheck#26/#27). force_workspace's
'No backport have been created' trigger never fires under that config.
T8943 / IS-510.</content>
</entry>
<entry>
<title>ci(mirror-rollout-4): add force_workspace backport companion wrapper (#5246)</title>
<updated>2026-06-01T23:19:34+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-06-01T23:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=791ceecb8d73d02bef181455398b474cf61c253e'/>
<id>urn:sha1:791ceecb8d73d02bef181455398b474cf61c253e</id>
<content type='text'>
Source-side wrapper (mirrored to the VyOS-Networks twin) for the public
vyos/.github force_workspace reusable. Inert on this public source (owner
guard); active on the mirror. force_workspace_enabled per-consumer (default false).

🤖 Generated by [robots](https://vyos.io)</content>
</entry>
<entry>
<title>Merge pull request #5245 from vyos/ci/lts-name-check</title>
<updated>2026-06-01T09:40:25+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@andamasov.com</email>
</author>
<published>2026-06-01T09:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7488e2a89b6e05fe5f8af585be3286d877d0b170'/>
<id>urn:sha1:7488e2a89b6e05fe5f8af585be3286d877d0b170</id>
<content type='text'>
T8943: ci: add lts-name-check advisory caller</content>
</entry>
<entry>
<title>T8943: ci: add lts-name-check advisory caller</title>
<updated>2026-06-01T09:35:41+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@andamasov.com</email>
</author>
<published>2026-06-01T09:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6a53f9888afccc9d6d1cb5817b0da26b253289eb'/>
<id>urn:sha1:6a53f9888afccc9d6d1cb5817b0da26b253289eb</id>
<content type='text'>
Adds the source-side LTS-name advisory caller (mirror-pipeline). Non-blocking;
posts a generic advisory if a PR title/body references a release-train branch name.

🤖 Generated by [robots](https://vyos.io)</content>
</entry>
<entry>
<title>docs: AGENTS.md: reflect rollout 1c default-branch rename (#5244)</title>
<updated>2026-06-01T00:03:04+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-06-01T00:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=905c3b284cb4b252fb7a9685a653167ab5d4f919'/>
<id>urn:sha1:905c3b284cb4b252fb7a9685a653167ab5d4f919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T8943: migrate pr-mirror wrapper to canonical stub (#5243)</title>
<updated>2026-05-31T23:00:43+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-31T23:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2b2922a2f0bc2f34b26dc6f7739af53accaaef3a'/>
<id>urn:sha1:2b2922a2f0bc2f34b26dc6f7739af53accaaef3a</id>
<content type='text'>
Mirror Pipeline Rollout 2 Task 6. Uniform canonical wrapper:
trigger branches [rolling, production], permissions: contents: read,
drop redundant wrapper-level MIRROR_ENABLED guard (now central).

🤖 Generated by [robots](https://vyos.io)</content>
</entry>
<entry>
<title>ci: T8943: migrate branch-name refs current-&gt;rolling (rollout 1c) (#5241)</title>
<updated>2026-05-30T15:38:38+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-30T15:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4cf6bd8d69cbd4010e4c73e768aed067c1ce6907'/>
<id>urn:sha1:4cf6bd8d69cbd4010e4c73e768aed067c1ce6907</id>
<content type='text'>
Tracking: T8943</content>
</entry>
<entry>
<title>ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#5240)</title>
<updated>2026-05-30T12:56:45+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-30T12:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0a46c06e46dc7f77408a4a35c429f3314d6825a5'/>
<id>urn:sha1:0a46c06e46dc7f77408a4a35c429f3314d6825a5</id>
<content type='text'>
Rewrites uses: pins to the three HIGH-fanout producers (vyos/.github,
vyos/vyos-cla-signatures, VyOS-Networks/vyos-reusable-workflows) from their
old default branch to the new production compat branch staged in Task 1.
No functional change; pin-ref rewrite only.

Tracking: T8943</content>
</entry>
</feed>
