yossisht9876

Results 14 comments of yossisht9876

hey guys, until we have it as native solution i created a sidecar container for syncing dags from aws s3 take a look :) https://github.com/yossisht9876/airflow-s3-dag-sync

i have a better solution but you have to configure pvc for the dag bag folder /opt/airflow/dags after the pvc is ready you just need to create a cronejob that...

@erdrix my nifi setup include cert manger version 1.2 , after adding the key "nifi.sensitive.props.key" the pods keep restarting in a loop and i cant debug it. do you test...

deleting the certs related to nifi forced the cert manger to create new certs and now its working

right i have the same errors , do we have the option to add white listed hosts to nifi? i saw users that use NIFI_WEB_PROXY_HOST in order to white list...

the web UI works for me after adding this: nginx.ingress.kubernetes.io/upstream-vhost: "localhost:8443" nginx.ingress.kubernetes.io/proxy-redirect-from: "https://localhost:8443" nginx.ingress.kubernetes.io/proxy-redirect-to: "https://nifi-domain.com" to the ingress configuration.

apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: kubernetes.io/ingress.class: nginx meta.helm.sh/release-name: nifi-helm meta.helm.sh/release-namespace: nifi-helm nginx.ingress.kubernetes.io/affinity: cookie nginx.ingress.kubernetes.io/backend-protocol: HTTPS nginx.ingress.kubernetes.io/configuration-snippet: | proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Port 443; proxy_set_header X-ProxyHost https://nifi-xxxx.com; nginx.ingress.kubernetes.io/proxy-redirect-from: https://localhost:8443 nginx.ingress.kubernetes.io/proxy-redirect-to:...

the ui works now but every time that I try to click on something on the UI, it send me away to the login page with the error: ``` Unable...

@leshibily i edit my ingress output - please try if it works for you

@murilolobato hi, did it fix the ```Unable to communicate with NiFi Please ensure the application is running and check the logs for any errors. because i got the same issue