Andreas Adamides
Andreas Adamides
* Nipyapi version: `0.19.0` * NiFi version: `1.16.1` * NiFi-Registry version: `1.16.1` * Python version: `3.7.13` * Operating System: `Linux, Kubernetes(3 pod replicas, cluster mode)` ### Description In using the...
**Describe the bug** My setup is a Nifi Cluster, initially with 1 node. I have created a parameter context(while on 1 node) and associated it with process groups(>1) in my...
When I execute the following from my local session: ```python import nipyapi nipyapi.config.nifi_config.verify_ssl = False nipyapi.config.nifi_config.host = "/nifi-api" nipyapi.utils.set_endpoint("/nifi-api") # Queues can be large - increase timeout nipyapi.config.short_max_wait = 3600...
While this works ```bash nipyapi.registry.BucketBundlesApi().get_extension_bundles("UUID") ``` This: ```bash nipyapi.registry.BucketBundlesApi().create_extension_bundle_version_with_http_info( bucket_id="UUID", bundle_type="nifi-nar", ) ``` Throws this error: ```bash File "/usr/local/lib/python3.7/site-packages/nipyapi/registry/apis/bucket_bundles_api.py", line 154, in create_extension_bundle_version_with_http_info collection_formats=collection_formats) File "/usr/local/lib/python3.7/site-packages/nipyapi/registry/api_client.py", line 334, in call_api...
I am trying to integrate `OIDC` authentication with `PING Identity`. This is for a cluster on AWS EKS deployed with this Helm Chart. This only has 1 node 1 NiFi...