Robert Rettig

Results 53 comments of Robert Rettig

> thx. target hosts which had at least one certificate rotation might stay in the target table. older entries have NULL in column `latest_certificate_chain_id` . This might help. ```sql DELETE...

Further investigation reveals that the current implementation assumes that the login user has additional LDAP permissions. https://github.com/ansible-semaphore/semaphore/blob/v2.8.65/api/login.go#L67-L71 With JumpCloud there is a additional flag with the description `Allows user to...

> Did you test the solution? Do you mean the [integration-tests](https://github.com/ansible-semaphore/semaphore/blob/develop/CONTRIBUTING.md#integration-tests)? No those i did not run. I am not quite sure if those will check ldap-login procedures. Currently I...

> #991 > #913 Those issues might be solved by the PR #1027 too. > #903 > #906 Needs more feedback. I will try to ask in those issues.

This `by self read` might be required for the whoami operation to complete. @fiftin maybe we remove the whoami call. it is not required but also not bad. Currently only...

Because of that chicken egg problem some projects go with a workarround on the healthcheck itself For instance see the healthcheck for mariadb galeradb docker swarm: https://github.com/colinmollenhour/mariadb-galera-swarm/blob/master/healthcheck.sh it checks a...

you may notice the extra wait time introduced in this workarround by this while loop. That is just because: * docker swarm service discovery is associated with healthcheck !! For...

> ##### SUMMARY > a few years ago i contributed [ansible/ansible@f7c9f44](https://github.com/ansible/ansible/commit/f7c9f44aabbabe371358672be2381f9a11073f96) > > and now i have found [0118bf0](https://github.com/ansible-collections/ansible.posix/commit/0118bf0cb9256637684db3f18cbd012d3851065e) this commit has dramatic effects. > > the commit should fix...

@AnonATXDO do you know what exactly needs to be in the path for windows? I have installed postgresql 16 (via scoop) and the following files are in path now: ```...

I'm afraid you're wrong. "The InetAddress class has a cache to store successful as well as unsuccessful host name resolutions." https://docs.oracle.com/javase/7/docs/api/ "This method doesn't block, i.e. no reverse name service...