Sven Hotta
Sven Hotta
Any progress on this issue? If we for example change any attribute on our Kubernetes cluster (in our case via azurerm) then `terraform plan` leaks the whole `kubecfg` into the...
Hi, I've run into this issue too and did some debugging. As written in the [docs](https://github.com/microsoft/opensource-management-portal/blob/main/docs/staticSiteAssets.md#static-site-assets), it's possible to define a custom assets package to be used instead of the...
Maybe not exactly the same feature request as I'm not using the `az acr run`, but I've the following setup: ``` - az acr build --registry "${MY_ACR}" --target prod --image...
Sorry, forget the comment with there are no master builds. Haven't noticed that there is https://github.com/jsettlers/settlers-nightlies
@ehntoo Thanks for your research! Just wondered if you've been able to get it work after all?
Awesome, looking forward to it :) Also, I've learned that its not possible to validate the issued Access Token via the standard JWT tooling as it's not a valid JWT......
Any update on this feature?
Same issue here. I've also tried to directly manipulate the DOM tree to add the values manually, but no luck :( As a result, I can't run any queries against...
@muziekklas What did you change exactly (code)? I didn't want to build Grafana from source and just added the API key directly into the `grafana.db` but no luck... I still...
Sorry my fault, I was looking into the bundled Azure monitor plugin https://github.com/grafana/grafana/blob/master/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/InsightsConfig.tsx#L49 Seems like this issue exists also there :(