joe miller

Results 44 issues of joe miller

is it possible to create an "add-user" command? For admins only (at first). perhaps it would work like this: ssh git@gitserver add-user username < id_rsa.pub

Apologies if this is known or documented already. I ran into a head-scratcher of an issue with the secret-service backend and I was able to resolve it by changing the...

Example on first-use of an application: - The macos keychain backend will return an empty list and nil error the first time Keys() (or Get()) is called: ```sh 2019/06/01 07:11:51...

It would be nice to get a new release cut and pushed to pypi, please.

Ran into this during COS work. It was very difficult to debug this issue. Led to a few days of time spent with trial and error and guessing at different...

It would be handy to be able to immediately issue a new check request from the event modal on the dashboard. use case: you think you have resolved an open...

Feature

I have been experimenting with the optional "workflow job events queue" (`enable_workflow_job_events_queue = true`) for generating metrics. I am attempting to capture the `queued, in_progress, completed` events and increment prom...

Stale

The `enable_workflow_job_events_queue` var allows for setting up an extra SQS queue where a copy of each webhook payload is copied. The [docs](https://philips-labs.github.io/terraform-aws-github-runner/configuration/#queue-to-publish-workflow-job-events) list this as experimental with potential use cases...

We would like to take advantage of the new `skip_on_invalid_json` option but the latest published version does not include this change yet. Is there a timeframe for when a new...