Stanislaw Wozniak

Results 15 comments of Stanislaw Wozniak

Hey @outsideris Based on my limited understanding and testing I've done while updating citizen to support provider registry, terraform requires to see a public key as part of provider rest...

The test does not use terraform cli which would fail. I guess we'd need to add terraform-cli based test to confirm this - I won't have time in the coming...

I managed to get password generated entirely within terraform using following azapi action: ```terraform resource "azapi_resource_action" "generate_sftp_user_password" { type = "Microsoft.Storage/storageAccounts/localUsers@2022-05-01" resource_id = azapi_resource.sftp_user.id action = "regeneratePassword" body = jsonencode({...

Hi @JvHd-vw , thanks for putting this together. An upgrade of `azuread` provider is not a trivial task and requires a substantial rewrite of the CAF module. There is an...

I didn't notice but I actually fixed https://github.com/cheezy/pretty_face/issues/28 as a side note. There is another pull request for this as well but it doesn't have unit tests. All unit tests...

Hello, is there a workaround for this? I seem to be facing the same issue with k8s 1.19, coredns and my external domain which is part of the DNS search...

I haven't got the PR to fix it yet, but solved the issue in my local deployment via my fork - feel free to have a look. There are also...

Hello - Thanks for the contribution. I built your version and tried flashing my MR200 v6.0 but to no avail. The modem does not boot, there is no restart after...

Thanks for providing additional instructions. I've ordered the serial to usb adapter and will try to fiddle with `tftpboot`. I've not done much hacking around these routers but if there's...

Apologies but having opened the MR200 up, I was expecting to see serial port bridge. Do I need to solder things up onto the board? I have a usb to...