Commit Graph

69 Commits

Author SHA1 Message Date
Kenneth Bingham
f5ceeb9fe8
refine readme
Signed-off-by: Kenneth Bingham <kenneth.bingham@netfoundry.io>
2025-01-30 10:40:48 -05:00
Kenneth Bingham
c471aefe7a
add Jupyter notebook proxy example 2025-01-29 04:33:24 -05:00
Kenneth Bingham
5c64a73aad
add share mode 2025-01-29 04:06:37 -05:00
Kenneth Bingham
41ce0809ab
document the proxy example 2025-01-29 03:41:40 -05:00
Kenneth Bingham
2f31df4727
implement default frontend config 2025-01-29 03:25:45 -05:00
Kenneth Bingham
9294981305
support custom domains and insecure https targets 2025-01-29 03:24:56 -05:00
Kenneth Bingham
6d4cc020ce
tidy py sdk 2025-01-28 18:53:14 -05:00
Kenneth Bingham
fe056a2ccc
migrate the proxy example to ProxyShare class so it's a reusable feature of the Py SDK 2025-01-28 18:46:53 -05:00
Kenneth Bingham
9097643617
tidy py sdk 2025-01-28 18:08:36 -05:00
Kenneth Bingham
26a3d802e7
add a py sdk example for a proxy backend 2025-01-28 18:00:25 -05:00
Kenneth Bingham
141d219ef7
add a py sdk function to release a reserved share 2025-01-28 17:58:37 -05:00
Kenneth Bingham
32611af5f4
refactor overview class implementation to leverage existing EnvironmentAndResources model 2025-01-28 17:58:16 -05:00
Kenneth Bingham
e16ae7f43e
tidy py sdk examples 2025-01-28 17:57:36 -05:00
Kenneth Bingham
701f897678
make overview a class with data types instead of a function that returns JSON 2025-01-28 15:20:21 -05:00
Kenneth Bingham
9ee3db852a
tidy py sdk examples 2025-01-28 15:19:27 -05:00
Michael Quigley
98804320a1
plumbing for org admin members list (#537) 2024-12-10 14:15:27 -05:00
Michael Quigley
3aff9950c8
list memberships for end users (#537) 2024-12-10 13:28:29 -05:00
Michael Quigley
65104e9e18
initial implementation of 'orgAccountOverview' (#537) 2024-12-10 11:46:01 -05:00
Michael Quigley
7c17cce8f0
list organizations (#537) 2024-12-09 17:03:30 -05:00
Michael Quigley
917a4d3f22
list members of organization (#537) 2024-12-09 16:42:30 -05:00
Michael Quigley
84c4611d2d
plumbed add member to org in cli (#537) 2024-12-09 14:53:46 -05:00
Michael Quigley
0e30407bbd
remove organization member handler (#537) 2024-12-09 14:38:30 -05:00
Michael Quigley
37e945d603
add organization member handler (#537) 2024-12-09 14:32:43 -05:00
Michael Quigley
6fb69c59d2
list members of organization handler (#537) 2024-12-09 14:21:49 -05:00
Michael Quigley
38b32d15d0
initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
Michael Quigley
a26cf19ade
new '/grants' endpoint for synchronizing grants for an account (#744) 2024-09-04 16:10:19 -04:00
Michael Quigley
68e58f3aee
updated openapi spec to include new admin api endpoint for creating accounts (#734) 2024-08-19 11:33:15 -04:00
Michael Quigley
49368dc542
adjust admin tooling to support creating open/closed permission mode frontends (#539) 2024-06-18 13:38:00 -04:00
Curt Tudor
9f071f5ec6
Merge remote-tracking branch 'origin/main' into node-sdk 2024-05-01 06:01:32 -06:00
Michael Quigley
eb721bb916
scaffolding to support 'vpn' backend mode 2024-04-08 13:07:58 -04:00
Curt Tudor
c4842a5a81
adjust sdk examples to use backend instead of 2024-03-25 12:24:10 -06: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
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
Cam
338b5a0936
Merge branch 'main' of github.com:openziti/zrok into self-service-password 2024-02-15 14:46:43 -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
adfc6e3a07
Merge branch 'main' of github.com:openziti/zrok into self-service-password 2024-02-14 13:43:08 -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
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