Vladimir Bezhenar
Vladimir Bezhenar
I want to serve my site from https://example.com and redirect other requests to this location. I made the following httpd.conf: ``` server "default" { listen on 1.2.3.4 port 80 block...
I've installed cloud-controller-manager and I'm researching about routes features. I didn't find any mentions about router configuration in the docs, but in sources there's [routes.go](https://github.com/kubernetes/cloud-provider-openstack/blob/master/pkg/openstack/routes.go) with some functionality. I hoped...
## Describe the issue I used kubelogin v1.25.1 before which works just fine. After I tried to upgrade to v1.25.2 it does not work anymore. ## To reproduce I downloaded...
After tests are run, I receive the following warning: ``` {2022-09-06 23:57:32,588} level=WARN logger=io.zonky.test.db.provider.postgres.ZonkyPostgresDatabaseProvider thread=ForkJoinPool.commonPool-worker-1 Unable to release 'aihloqghwiau' database org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2675)...
This is feature request. My usage of sops probably differs a bit from what it was intended. I'm using gitignore to keep in repository encrypted files and decrypted files are...