catsem

Results 9 comments of catsem

Strumbled over the same issue as @ghost. In my case it is an nginx webserver, where I use the nginx-auth filter. The session is not terminated with the default action...

> For how long? I mean, is it sure not just the rest of the submitted buffer resp. fail2ban latency withing filter-backend? Don't think this is the delay from the...

I was using `pf[actiontype=]` as default banaction, so I guessed that your port specific approach was not usable. I asumed, that this would only work if you use something like...

We're facing the same issue. Password needs to be change every 90 days due to companys IT-policies (forced by ActiveDirectory). After password is changed, git credential manager does not notice...

> solution here: > [#871 (comment)](https://github.com/microsoft/Git-Credential-Manager-for-Windows/issues/871#issuecomment-622827349) It's more a workaround than a solution ;)

First, sorry for reactivating such an old topic. I also had questions related to the retry count and had a look at the code. If I understand the code correctly...

Please tell me if I did something wrong in the issue description. Or is this targeted use case impossible with cesanta/docker_auth?

I managed to get it working with our helm repo hosted on nexus Maybe this works for your harbor registry too: ```xml com.deviceinsight.helm helm-maven-plugin 2.9.0 ${nexus-user} ${nexus-pass} false src/main/helm https://mynexus/nexus/repository/helm-repo/${project.artifactId}-${project.model.version}.tgz...

We are facing the same issue. With the default maven publish plugin it is working as expected. But we actually need to use the artifactory plugin to provide additional properties...