Harald Gutmann

Results 17 issues of Harald Gutmann

``` Ausnahme beim Aufrufen von "DownloadFile" mit 2 Argument(en): "Die Anfrage wurde abgebrochen: Es konnte kein geschützter SSL/TLS-Kanal erstellt werden.." In Zeile:1 Zeichen:1 + (New-Object Net.WebClient).DownloadFile('https://github.com/passff/pa ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +...

bug
help wanted

Hello together, Documentation example states that one can read a variable through the random provider: https://www.terraform.io/docs/providers/random/r/id.html ``` # Read the AMI id "through" the random_id resource to ensure that #...

### Terraform Version * Terraform: 1.1.9 * Terraform Grafana Provider: 1.22.0 * Grafana: 8.3.4 ### Affected Resource(s) Please list the resources as a list, for example: * grafana_team If this...

bug

## Is your feature request related to a problem? Missing possibility to select text using select text page wise using `Shift + PgDn` or `Shift + PgUp`. ## Describe the...

C-feature

Hi, we are currently trying to convert header values within some traefik route to lower case and have found this plugin. The features within the plugin are nice and flexible,...

enhancement
Feature Request

### Affected Resource(s) - postgresql_database - postgresql_role provider version: `1.21.0` The issue is likely related to Postgres 16 Permission/Grant changes. ### Terraform Configuration Files ```hcl resource "postgresql_role" "dbs" { for_each...

bug

### Describe the issue Using a DATABRICKS_TOKEN which was issued with az cli and trying to create a storage-credential fails with: ``` databricks --debug storage-credentials create --json '' time=2023-12-19T15:47:25.253Z level=INFO...

Bug
CLI

### Describe the issue Executing `databricks storage-credential get --debug` brings up the list of storage credentials, but fails after selection with 404 on Azure Databricks. ``` ... < "id": "cfc0ee29-e58e-4519-9895-9be37ca215a5",...

Bug
CLI

# Overview The PR implements native Rustls usage within `pingora-core`. The feature can be activated using feature flag `rustls`. The changes involved restructuring/abstraction within the `pingora-core` to allow for multiple...

enhancement
Accepted
WIP