Tormod Macleod
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...
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...
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...
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...