You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The quick starts above cover the basics. For day-to-day API usage — creating
196
-
services and policies, managing users, calling KMS or PDP, or working with GDS
197
-
— use the runnable samples and client sources below.
181
+
services and policies, managing users, or calling KMS or PDP — use the runnable
182
+
samples and client sources below.
198
183
199
184
### Running sample scripts
200
185
@@ -224,7 +209,6 @@ of each sample before running it against your environment.
224
209
| User and group management |[`user_mgmt.py`](https://github.com/apache/ranger/blob/master/ranger-examples/sample-client/src/main/python/user_mgmt.py)| List/create/delete users and groups, group-user mappings |
225
210
| Ranger KMS |[`sample_kms_client.py`](https://github.com/apache/ranger/blob/master/ranger-examples/sample-client/src/main/python/sample_kms_client.py)| Key lifecycle, encrypt/decrypt/reencrypt, metadata and status |
226
211
| PDP AuthZ |[`sample_pdp_client.py`](https://github.com/apache/ranger/blob/master/ranger-examples/sample-client/src/main/python/sample_pdp_client.py)| Authz/MultiAuthz calls to PDP Server |
| Security zones (v2) |[`security_zone_v2.py`](https://github.com/apache/ranger/blob/master/ranger-examples/sample-client/src/main/python/security_zone_v2.py)| Create/update security zones and zone resources |
229
213
230
214
All samples live under
@@ -240,7 +224,6 @@ Each public client is implemented under
0 commit comments