Simon Gottschlag

Results 34 issues of Simon Gottschlag

Hi, We should add functionality to validate the tokens received from the OpenID Providers. Either add jwks_uri or using the discovery document. I'm not sure they are validated as of...

enhancement
help wanted

Hi! Great work on adding the Azure Blob Storage! 😊👍 In Azure, there is something called a Managed Service Identity (MSI) and services in Azure as well as in Kubernetes...

enhancement

Hi! When going through the code I noticed that when sending status to Azure DevOps, a context with timeout isn't being used even though it's created. This is where the...

Right now, only JWTs are supported. Todo: - [x] Add support in optest - [ ] Add support in middleware

Hi! I saw the following that was from two years ago: https://github.com/Azure/azure-relay/issues/47 Has anything changed since then? Any plans to add SDK / samples for Azure Relay in Golang? Thanks!

feature

https://github.com/golang/groupcache

enhancement
proxy

Since multiple replicas would be using the same cache, it would be an overhead. Instead of building logic around who should update group, we'll let all replicas update groups and...

The following resource should be in `azure/aks-global`: ```terraform resource "azurerm_user_assigned_identity" "azure_metrics" { resource_group_name = data.azurerm_resource_group.this.name location = data.azurerm_resource_group.this.location name = "uai-${var.environment}-${var.location_short}-${var.name}-azure-metrics" } ```