Commit Graph

86 Commits

Author SHA1 Message Date
Curt Tudor
c8d48af5c4
transition 'pastefrom' example to use 'ziti.listen', 'ziti.write', 'ziti.dial' 2024-04-09 16:11:09 -06:00
Curt Tudor
12b553e8d4
replace files that were deleted accidentally 2024-03-26 10:15:45 -06:00
Curt Tudor
cc8a8d2f5e
CI 2024-03-26 09:32:10 -06:00
Curt Tudor
fb8c49d85e
add README to example 2024-03-26 09:00:02 -06:00
Curt Tudor
335481f388
CI 2024-03-25 14:51:15 -06:00
Curt Tudor
07c23ee55b
update generated api/model files 2024-03-25 14:06:24 -06:00
Curt Tudor
831c6cb4b7
adjust sdk example: tcpTunnel must be private 2024-03-25 12:37:49 -06:00
Curt Tudor
c4842a5a81
adjust sdk examples to use backend instead of 2024-03-25 12:24:10 -06:00
Curt Tudor
240fadfa4b
Merge remote-tracking branch 'origin/main' into node-sdk 2024-03-25 09:48:23 -06:00
Curt Tudor
68ac00b344
checkpoint 2024-03-25 09:45:04 -06:00
Curt Tudor
3a9f26eeaf
checkpoint 2024-03-25 09:43:34 -06:00
Cam
6c905538db
Last minute updates 2024-03-12 11:18:31 -05:00
Kenneth Bingham
e6fc45b2ce
align Py SDK with permission model 2024-03-11 15:36:24 -04:00
Michael Quigley
9bda1b208c
lint 2024-03-11 11:57:18 -04:00
Michael Quigley
f51ca98c47
fix missing permission modes and access grants in python sdk (#432) 2024-03-11 11:51:30 -04:00
Michael Quigley
8d368b2b1e
update shares to include add/remove access grants (#432) 2024-03-06 11:57:03 -05:00
Michael Quigley
6ba4460eb7
wiring up the sdk to the new permission mode and access grants list (#432) 2024-03-04 16:50:52 -05:00
Michael Quigley
dce32b58d2
updated api spec to support permission mode and access grans (#432) 2024-03-04 11:59:32 -05:00
Michael Quigley
a7194aecf6
reset -> regenerate (#191) 2024-02-20 11:40:11 -05:00
Michael Quigley
56ed13d96a
Merge branch 'main' into self-service-password 2024-02-16 12:20:13 -05:00
Michael Quigley
6023ca7c5b
refactor email patterns field in share request in python sdk (#413) 2024-02-16 11:57:41 -05:00
Michael Quigley
e2ac7a8bce
Merge branch 'main' into oauth-email-change 2024-02-16 11:23:18 -05:00
Cam
338b5a0936
Merge branch 'main' of github.com:openziti/zrok into self-service-password 2024-02-15 14:46:43 -06:00
Cam
8225b1bb28
revert one name change 2024-02-15 01:02:08 -06:00
Cam
1eac1ad941
removed some deletes after token resetting 2024-02-15 01:00:05 -06:00
Cam
fe9152c451
Merge branch 'main' of github.com:openziti/zrok into token-revocation 2024-02-14 13:53:16 -06:00
Cam
811981d671
Merge branch 'main' of github.com:openziti/zrok into oauth-email-change 2024-02-14 13:44:17 -06:00
Cam
adfc6e3a07
Merge branch 'main' of github.com:openziti/zrok into self-service-password 2024-02-14 13:43:08 -06:00
Cam
28f6b9f57b
updated email domains to email address patterns 2024-02-14 13:38:19 -06:00
Cam
b6d42de92f
added security key to password changing 2024-02-14 13:18:22 -06:00
Michael Quigley
1db29fdc11
store and api changes for socks backend (#558) 2024-02-08 13:11:19 -05:00
Cam
bba9377b9f
initial work on token revocation 2024-01-25 09:55:45 -06:00
Cam
5861cc7d7e
Add tab for user actions. First action is a password change 2024-01-23 10:20:02 -06:00
Cam Otts
3e6ab2b39b
Python SDK Update (#523)
* added first iteration decorator for zrok and example flask server

* update requirements. Add context managing for share and access. Updated pastebin example to better cleanup

* setup and sample tweaks

* small linting updates and example changes

* A few small fixes

* fix long description

* Update the ignore file.
Considering moving location of this.

* Added flake8 linting for builds

* use python 3.10

* move setup python to its own block

* added back in the py name

* update changelogs and add readme

---------

Signed-off-by: Cam Otts <otts.cameron@gmail.com>
Co-authored-by: Kenneth Bingham <kenneth.bingham@netfoundry.io>
2024-01-17 10:46:19 -06:00
Michael Quigley
c3855fdb5a
drop 'ListenOptions.MaxConnections' (renamed to ListenOptions.MaxTerminators in upcoming github.com/openziti/sdk-golang release) (#535) 2024-01-17 11:13:07 -05:00
Michael Quigley
2afaa54afc
support for removing frontends through the web console and all associated plumbing (#515) 2024-01-05 13:26:18 -05:00
Kenneth Bingham
96e5e145d0
build Py wheel with alternate name in testing forks 2023-12-14 18:03:58 -05:00
Michael Quigley
47df1174fa
updated golang-sdk to v0.21.2; adjust ziti.ListenOptions to include WaitForNEstablishedListeners (#490) 2023-12-13 11:22:20 -05:00
Kenneth Bingham
f73d6860a6
Merge pull request #480 from openziti/frontdoor_vanity_names
expect the unique-name option in reserved share wrappers
2023-12-11 21:30:06 -05:00
Michael Quigley
444b45626f
Merge pull request #479 from openziti/vanity_share_tokens
Unique Names (Vanity Share Tokens) (#123)
2023-12-11 17:22:49 -05:00
Kenneth Bingham
b887e33a30
explain UNIQUE_NAME in the reserved public share context 2023-12-11 11:59:23 -05:00
Cam
142e7e50b6
fix spelling mistake and add conditional setting 2023-12-11 09:32:07 -06:00
Cam
4f457155a7
Moved defaultable params further down struct and capitlaized model params 2023-12-08 14:14:20 -06:00
Michael Quigley
2e7c183f4b
this file should not be changed (#123) 2023-12-08 13:14:54 -05:00
Michael Quigley
b6de71bb17
update the python sdk to support both reserved shares and unique names (#123) 2023-12-08 13:02:54 -05:00
Michael Quigley
f61b2c9086
basic unique name implementation (#123) 2023-12-08 12:03:07 -05:00
Michael Quigley
ead350b442
added 'uniqueName' to the share request in the api spec (#123) 2023-12-07 14:26:03 -05:00
Cam
f1897e7034
small fix 2023-12-05 16:21:26 -06:00
Cam
4d14617ed7
updated the zrok sdk to be simpler 2023-11-21 15:26:33 -06:00
Cam
d4a883b9ba
update relative zrok path 2023-11-21 10:35:19 -06:00