Peter Grace

Results 14 issues of Peter Grace

This PR adds a new scheme for the s3-bucket argument, `minio://`, which allows you to specify a custom endpoint for your s3 connection rather than using the AWS defaults. This...

Hi, this is a weird issue that I stumbled upon that is roughly similar to #144 but I have some new information that may or may not be relevant. ```...

There are a couple other software projects that aim to help you locally mirror crates.io, but I would prefer to use one software solution to handle all of my needs...

enhancement
stale

I ran `blackbox_addadmin key.asc` thinking I could do that to insert a public key. This failed, but, it still put key.asc in the blackbox-admins.txt file. This causes all further operations...

bug

When configuring a redisdb monitor in the datadog cookbook, the cookbook creates file `/etc/datadog-agent/conf.d/redisdb.yaml`. In agent version 6, the path is supposed to be `/etc/datadog-agent/conf.d/redisdb.d/conf.yaml`. It does not appear that...

## Bug report notice - [ ] Yes, I'm sure that it is not a configuration mistake (Maybe? How do I know what I don't know?) ## Bug description As...

bug

I'm utilizing tokio-modbus with tokio-retry to do exponential backoff on a tcp-based modbus connection. This connection can be inconsistent and the tcp stream can fail. When this happens, I get...

question

### Steps to Reproduce - setup an oidc provisioner with keycloak using legacy url format (https://keycloak-server/auth/realms/realm/...) - upgrade keycloak to newer version with updated route url (https://keycloak-server/realms/realm/...) - step-ca fails...

bug
needs triage

# Description When using `include_policy` in a Policyfile, if you follow a pattern of using a single Policyfile to define multiple actions via include_policies without specifying run_list, the Policyfile generation...

Triage: Confirmed
Triage: Needs Information
Type: Bug

The introduction of `btleplug` module includes the requirement of libdbus-1-dev which is not available for all cross-compilation platforms. This PR ensures that the BLE code is behind a feature flag...