11 Commits

Author SHA1 Message Date
Paul Lorenz da9ef76d19 Optimize imports 2026-01-28 15:01:35 -05:00
Paul Lorenz 2ffc6e1151 Update ziti version to 2.0 2026-01-28 12:34:10 -05:00
dovholuknf caee6124e2 add support for and identity-driven bindPoints in controller (#3315)
* add support for and identity-driven bindPoints in controller

* cannot use ListenOptions as it pulls the go sdk into xweb :(

* more generic log message

* add ziti cli login tests in prep for continuing adding identity support in controller

* updates to tests

* updates to tests

* rebase with main

* allow login testing to external overlay

* more changes to allow a zitified ziti cli. add a test for testing login and ensure it works over a zitified connection

* refactor bindPoints to a module

* rebase with main

* no functional changes, just major refactoring based on PR requests. encapsulated all tests state into loginTestState, moved overlay to testutil

* rework a couple of util funcs to be cleaner per PR feedback

* make the new func more useful

* run tests via github action

* update changelog and remove unnecssary serveTls for now

* update from xweb v2 to v3

* change where factory is added and fix compilation issue of a test

* linting changes, move ascode test to cli_tests and activate via cli_tests

* use proper go build

* forgot to set the bin location

* fix timeout on test

* different errors on linux, windows and on gh runners

* cleanup after self-pr review

* use longer name to prevent codespell issues...

* additional changelog and add addressable terminator support

* fix out of control concatenation in cache file. fix ipv6 checking

* updates based on newer sdk and edge api client

* ensure oidc sessions auth for both older and newer commands

* add better error when url is empty and update changelog

* codespell fixes

* remove extraneous file

* update to 1.3.0 to kick off CI

* PR related changes. add interface enforcer and refactor networkIdentity

* go tidied

* fix golangci-lint and ha quickstart test

* keep fixing golanglint-ci... lol

* golanglint i was sure i'd fixed

* fix login test

* should fix ziti ops verify traffic as well

* fix verify traffic when all login information is supplied as well

* make all the timeouts longer? seems to run fine locally but fail in actions
2025-11-14 11:07:52 -05:00
dovholuknf 48ef281314 refinements to original add-verify-ext-jwt-oidc 2025-01-28 19:42:40 -05:00
dovholuknf b195cc0101 finish unwinding the failed client migration 2025-01-28 17:56:03 -05:00
dovholuknf 12d0abad69 update to remove unused functions and refactor ascode test 2025-01-28 08:36:10 -05:00
dovholuknf 123fb411a9 add ziti ops verify external-jwt-signer oidc. segregate the flags using a template for better command legibility 2025-01-27 17:33:31 -05:00
Jens Alm ee0ea1930b 2515 Adding import and export (#2571)
* 2515 Added import and export

* 2515 fixed lint issues

* 2515 fixed earlier commit

* 2515 Fixed verbose flag. Added output when importing.

* 2515 Fixed lint issues.

* 2515 Fixed formatting

* 2515 Fixed input reference. Fixed error handling for missing identities.

* Refactor internal util usage and improve error handling.

* Removed cache in favor of maps

* Changed to using gabs to process json data

* Removed all plural entity names from command

* Renamed files/packages/classes to match command

* Refactored checks into functions and added tests.

* Fixed conflict in go.sum

* Fixed conflict in go.sum

* Fixed lint issue and general cleanup.

* Fixed test.
2025-01-09 09:02:07 -05:00
dovholuknf ff17bde9ef refinements to ops verify-network to integrate and work with ziti edge login 2024-10-31 07:52:55 -04:00
dovholuknf be10ca7d89 updates per review 2024-08-25 15:57:07 -04:00
dovholuknf b6c711e416 initial commit of verify-network and verify-traffic 2024-08-23 12:20:03 -04:00