Vitaliy
Vitaliy
Your "office" network_group is 172.0.0.0/24 but this does not cover 172.16.163.37 IP address your request is coming from. Most likely you should be using [standard reserved IPv4 address blocks](https://en.wikipedia.org/wiki/Private_network#Private_IPv4_addresses): 192.168.0.0/16...
Hi, I don't have any idea - I actually haven't used PostgreSQL functionality myself since it was mostly contributed by someone else. Sounds pretty strange since we are just executing...
This change was already merged to master of this repository as part of https://github.com/georgemarshall/django-cryptography/pull/97 - just hasn't been released to PyPi yet. I opened https://github.com/georgemarshall/django-cryptography/pull/108 to perhaps make that easier.
Confirmed fixed. Thank you!
@jedcunningham that's because xmlsec project [uploaded binary wheels](https://pypi.org/project/xmlsec/1.3.14/#files) for 1.3.14 (see recent comments in https://github.com/xmlsec/python-xmlsec/issues/316) so perhaps the pin inside airflow should be removed now, since they are expected to...
@potiuk ah yes, I think I got confused while looking through code in your fork instead of apache/airflow 🤦. Thank you! For posterity: pin removed in https://github.com/apache/airflow/pull/39534 and should be...
Same as https://github.com/lensapp/lens/issues/7679
We also see this `SSH agent requested but SSH_AUTH_SOCK not-specified` after 2.11.7 to 2.12.0 (and 2.12.1) upgrade. Rollback of argo-cd helm chart 7.4.4 to 7.3.11 resolves the problem. Worth mentioning...
You might be right, since we have many apps in many projects, all using same repo (which seem to be in "default" project) ```yaml apiVersion: argoproj.io/v1alpha1 kind: Application metadata: finalizers:...
Confirmed - removing `project: default` from `repo-1111138409` Secret fixed the problem. @blakepettersson conceptually that makes sense, though in some situations (like ours, where projects are simply used to logically group...