bovy89
bovy89
**Is your feature request related to a problem? Please describe.** 1) User access should be denied if a user do not belongs to a specific ldap group 2) A lot...
Hi, does anyone know if the helm chart supports version 19 yet?
Hi, I would congratulate with you because that is a great project but I'm going to describe some "usability problems" that for me needs an improvement to make this project...
Since few days I'm receiving the following error intermittently (usually if I run the task again it works): ``` > Task :cyclonedxBom FAILED Failed to load json schema! java.net.ConnectException: Operation...
After [this](https://github.com/voxpupuli/puppet-php/commit/75c5e4e731e6ea9fce120c4c14f8ee8b8d4fca2b) change, fpm_pools does not work anymore. As consequence, [this](https://github.com/voxpupuli/puppet-php#php-with-one-fpm-pool-per-user) use case is broken too Version 7.0.0: ``` class { 'php': ensure => 'present', manage_repos => false, fpm =>...
After a server reinstall we tried to migrate to `tsi1` but, due to an high memory usage, we reverted it to `inmem` (this solved our problem). While the memory issue...
Signed-off-by: bovy89 - Configure PDB only if replicas > 1 or HPA minReplicas > 1 - Use policy/v1 if supported
How to reproduce: ``` docker run -it --rm node:lts-alpine /bin/sh apk add --no-cache git go export GOROOT=/usr/lib/go export GOPATH=/go export PATH=/go/bin:$PATH go install github.com/ozontech/dtrack-audit/cmd/dtrack-audit@latest ``` Go version: 1.17.4-r0 Error: ```...
**Describe the bug** Java 7 project using the following configuration: ```gradle buildscript { repositories { mavenCentral() maven { url "https://plugins.gradle.org/m2/" } } dependencies { classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.8+" } } ``` fail...
If kafka has been configured with SASL and self-signed SSL certificates and using zookeeper is not an options (kraft is being used), you need to pass `--command-config` in order to...