Tormod Macleod

Results 8 issues of Tormod Macleod

Hello I'm experimenting with the Bref New Relic Extension. So far it's going pretty well. I can see metrics, events and traces in the New Relic console. However, I don't...

### Terraform, Provider, Kubernetes and Helm Versions ``` $ terraform -v Terraform v1.4.6 on linux_amd64 + provider registry.terraform.io/gavinbunney/kubectl v1.14.0 + provider registry.terraform.io/hashicorp/aws v4.67.0 + provider registry.terraform.io/hashicorp/cloudinit v2.3.2 + provider registry.terraform.io/hashicorp/helm...

bug
needs-investigation

hello, i'm new to restish. i installed it and configured it the same as a colleague ``` $ cat ~/.config/restish/apis.json { "$schema": "https://rest.sh/schemas/apis.json", "cp": { "base": "https://some_aws_api_gateway_url.eu-west-1.amazonaws.com/dev", "profiles": { "default":...

hello this merge request may be misguided but i created issue #249 . i discovered that if i set ``` "redirect_url": "http://localhost:8484" ``` in `~/.config/restish/apis.json` i experience the issue but...

bug

it'd be nice to be able to disable the provisioner in certain circumstances. we use it to copy the AMIs to our DR account. however we sometimes create images that...

enhancement
help wanted

hello, when we create a plan we do it with a read-only role. we then apply plans with a role with admin permissions. however, when trying to create resources on...

bug

currently the chart allows you to configure structured logging for the operator and webhooks. but there is no such option for the metric server ``` logging: operator: level: info format:...

### Summary currently logs produced by shlink are in json format ``` {"level":"debug","ts":1735825779291448689,"logger":"rpc","msg":"plugin was started","address":"tcp://127.0.0.1:6001","list of the plugins with RPC methods:":["lock","informer","app","jobs","resetter"]} {"level":"debug","ts":1735825779292705823,"logger":"memory","msg":"pipeline was started","driver":"memory","pipeline":"shlink","start":"2025-01-02 13:49:39.292702233 +0000 UTC","elapsed":"9.538µs"} ``` however, logs...

feature