Results 43 issues of Matt Dainty

Currently Dusk works fine provided your metrics don't need to be transformed in any way. If you try and use any functions, then they get passed to the Graphite metric...

Signed-off-by: Matt Dainty ### Pull Request Motivation I recently updated to cert-manager 1.9.1 and as part of the `git diff` output noticed the year had gone backwards from 2022 back...

size/XS
release-note-none
needs-ok-to-test
dco-signoff: yes
needs-kind

**Describe the bug** tfsec appears to flag S3 buckets as not having a corresponding `aws_s3_bucket_public_access_block` resource (and likely the other versioning, encryption, etc. resources) *only* when they're derived from variables...

bug
aws
custom-checks

**Describe the bug** Assuming the README example of configuring the connectors like so: ```yaml connectors: # in alertmanager, this will be used as http://prometheus-msteams:2000/bar - bar: https://outlook.office.com/webhook/xxxx/xxxx # in alertmanager,...

bug

Based on the MIT Kerberos implementation. It tracks the 64 previously seen sequence numbers for the purposes of out of order delivery and replay protection. Example usage: ```golang var payload...

If you specify `gssapi.ContextFlagReplay` or `gssapi.ContextFlagSequence` when negotiating your context then you should ideally keep track of the sequence numbers received in MIC or Wrap tokens (possibly in other things...

## Description If using an existing VPC rather than let this module create it, it now generates this error: ``` │ Error: "" is not a valid CIDR block: invalid...

bug
good first issue

This goes part way to fixing #194

This fixes the case where AcceptSecContext is always called with the first token sent by the client instead of the most recently sent one. Previously, despite being being read from...

cla: yes

## Expected Behavior Logrotate should be rotating Uchiwa log files. This was reported and fixed in #765 however the fix has been lost. ## Current Behavior Logrotate currently ignores the...

ready