Mikko Caldara

Results 9 issues of Mikko Caldara

Having issue using KeyVault to fetch secret parameters to my ARM template. ### Snippet ``` { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "adminUsername": { "type": "securestring", "metadata": { "description": "User...

Not specifying any `host` in RTL-config.json caused `node` to listen to all interfaces on my server (as per: https://stackoverflow.com/questions/33953447/express-app-server-listen-all-interfaces-instead-of-localhost-only), hence exposing RTL to the public internet. I just realised this...

In a locked down environment the Internet might not be accessible, hence Rubygems cannot be reached to download gems. `chef_gem` allows to specify a custom source to bypass this: https://docs.chef.io/resource_chef_gem.html#properties...

Is there a way to grant role membership to an existing user that is not created by Terraform? I cannot seem to find any. To be clear, I'd like to...

**Is your feature request related to a problem? Please describe.** We need to access StorageExplorer from inside a VM with assigned Managed Identity. Currently there is no option to login...

:bulb: feature request
:gear: sign-in
:bulb: sign-in feature

### Description **What problem are you trying to solve?** `expireAfter` should respect disruption budgets in v1, like it was in 0.37 We do want to keep our nodes "fresh" for...

kind/feature
priority/awaiting-more-evidence
triage/accepted

**Agent Environment** ``` $ kubectl exec -it datadog-agent-xq2hj -- agent version Defaulted container "agent" out of: agent, trace-agent, process-agent, system-probe, init-volume (init), init-config (init), seccomp-setup (init) Agent 7.67.0 - Commit:...

component/system-probe
team/triage
team/ebpf-platform

Hello, I would like to request two nice-to-have features. 1. Allow to either disable certain controllers, or only enable certain controllers (preferred). We only use Kafka, so we're not interested...

## What happened? Terraform fails to delete resources. Then it does not detect that they are gone, and fails to plan. I have noticed this many times using this provider...

bug