Julian Löffler
Julian Löffler
### Current Behavior ### Basic Information - We are using Azure AD as identity provider. - OIDC group sync does not work anymore for us. - If we disable group...
There is a security alert for guava, everything below 24.1.1 contains a vulnerability i.e. https://github.com/advisories/GHSA-mvr2-9pj6-7w5j I propose to update the version directly to the [latest release](https://github.com/google/guava/releases) or at least 24.1.1....
Currently it's only possible to pass a single SSH key (At least according to the documentation) ``` resource "exoscale_compute_instance" "compute_demo_server" { zone = local.zone name = "compute-demo-server" type = "standard.micro"...
### What problem are you facing? The commandline Arguments we can pass to providers are inconsistent across the different providers out there. https://github.com/upbound/upjet-provider-template/blob/main/cmd/provider/main.go#L36 vs https://github.com/upbound/provider-gcp/blob/main/cmd/provider/appengine/zz_main.go#L54 vs https://github.com/upbound/provider-terraform/blob/main/cmd/provider/main.go#L50 It would be...
Repost of https://github.com/fluent/fluent-bit/issues/3635 that was closed because no one took care of it. # Bug Report ## Describe the bug When you apply multiple Nest filters that target the same...
### Component(s) cmd/otelcontribcol ### What happened? ## Description I'm trying to get httpcheck metrics into elastic ## Expected Result Metrics in Elastic APM ## Actual Result No metrics Any idea...
### Component(s) _No response_ ### Is your feature request related to a problem? Please describe. I'd like to migrate from elastic heartbeats to otel collector, https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/httpcheckreceiver is perfect for that...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Setup: ``` # The service that spins up all 3 services...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary It's simple, confidential stuff like - `public.Account.providerAccessToken` (the JWT token of a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Env vars: ``` MICROSOFT_CLIENT_ID= MICROSOFT_CLIENT_SECRET= MICROSOFT_SCOPE=user.read MICROSOFT_TENANT= MICROSOFT_CALLBACK_URL=https://backend.example.com/v1/auth/microsoft/callback VITE_ALLOWED_AUTH_PROVIDERS=MICROSOFT ``` With...