frigo
frigo
### Is your feature request related to a problem? related to a problem: upon any update of a panos_security_rule_group, there is 1 action=move sent for each rule present in the...
### Is your feature request related to a problem? indeed related to a problem, ```panos_address_objects``` is horribly slow with a large number of addresses One of the reason is https://github.com/hashicorp/terraform/issues/32940...
I am using rpc-gssd and gssproxy mechanism, and I found a mistake in my /etc/krb5.conf ``` default_ccache_name = DIR:/home/%{username}/.k5_ccache ```` this used to work for regular users needing a ticket,...
### Bug Description on clusters running kafka deployments deployed with strimzi-operator, we find various processes called with a password as argument. The password appears in the process table and is...
### Detailed Description of the Problem this was originally observed on a haproxy 2.6 deployment in OpenShift. When shutting down, we observe a race condition where the thread with tid=0...
if a pod fails multiple times to get an IP due to a "err: range is full" error, the pod will stay stuck in ContainerCreating forever as implemented through https://github.com/ovn-org/ovn-kubernetes/commit/906a598c971b06ff76f99d4294f7491b1af05499...
this is a spin off of https://github.com/Azure/login/issues/27 when running ``` az login --service-principal -u $U --tenant $T -p $P ``` the secret is leaked on the command line as known,...
if the date header does not appear within the first 1024 bytes of the server first response, then it is not parsed at all: ``` $ htpdate -q https://www.pool.ntp.org -d...
**What happened**: the cifs credentials are given as mount process arguments, so they appear in the process table and are recorded by auditing tools https://github.com/kubernetes-sigs/azurefile-csi-driver/blob/54a024d295477f8696a43097a5a50675298038e8/pkg/azurefile/nodeserver.go#L317-L318 the documentation this refers too...