Wolfgang Schnerring

Results 23 issues of Wolfgang Schnerring

Just like there already are endpoints for get/post/put/patch/delete that only work vor those methods, it would be helpful to have httpbin.org/head that only accepts HEAD requests. Something like this, perhaps?...

We sometimes use something like `KUBECONFIG=./kube.config:$HOME/.kube/config` on developer machines. If no "local" `kube.config` file is present, both kubectl and the hashicorp kubernetes provider simply ignore it, and move on to...

It would be nice if isopod supported a) assuming a default of `$HOME/.kube/config` (I have to explicitly pass that as `-kubeconfig=`, else I get `Failed to build kube rest config...

enhancement

When setting `use_ssl=true`, you currently have to also explicitly set `port=443` and in most cases repeat the `address` value in `ssl_cert_hostname`/`ssl_sni_hostname`, because Fastly requires those values. It would be nice...

enhancement
feature request
revisit

For example when working with cloud databases, we usually have the SSL certificate material available directly as terraform variables (e.g. `google_sql_database_instance.mydb.server_ca_cert.0.cert`). Currently, we have to write those to temporary files...

Since I'm currently trying to write a test harness for some legacy ssh scripts with the basic idea `cat long-input-file | ssh remotehost process.sh`, I'm really happy that mockssh just...

Basically the same as #28

This fixes #38 (note that you'll quite likely want #42 as well)

If I understand #327 and #394 correctly, this (very useful :) functionality is currently only enabled on Linux, and I'm not sure why? I can install and use `pass-otp` (with...

feature_request

So far, I've come across two separate points in this regard, both relating to the [removal of distutils/setuptools](https://peps.python.org/pep-0632/) from the stdlib: You now need to install `setuptools` explicitly into the...