Klaas Demter

Results 125 comments of Klaas Demter

I think this is related to this issue: https://github.com/containers/libpod/issues/5335

I can confirm it's fixed in 8.2, the 'official' fix is not forcing firewalld but removing the backend line and let podman detect it.

the output of podman generate systemd --name awx will just print the contents of 6 files concatenated. I would have to generate a tmp dir and use --files to output...

Also the installation of it seems to create a 2nd microsoft-prod repo file. That is very much bad practice: ``` $ cat /etc/yum.repos.d/prod.repo [packages-microsoft-com-prod] name=packages-microsoft-com-prod baseurl=https://packages.microsoft.com/rhel/8/prod/ enabled=1 ```

they should be using [packages-microsoft-prod.rpm](https://packages.microsoft.com/rhel/8/prod/Packages/p/packages-microsoft-prod.rpm) I'd say, same for the AADSSHLoginForLinux Extension, they create that file correctly but don't use the rpm.

> @Klaas- Did you use mde_installer script to install mde? Or did you use yum? I think it was installed via extension I would guess (via automatic enrollment via defender...

maybe consider using different gpg keys for the OSes/major versions ( see #32 ) that way you can easily use a new key every major release and you don't have...

> We'd have to sign a given binary twice, and make one available in an "old distros" repo and the other available in a "new distros" repo. I think you...

> @Klaas- Could you please let me know which [graph query command ](https://learn.microsoft.com/en-us/cli/azure/graph?view=azure-cli-latest)are you trying to run ? awaiting your reply. `az graph query -q "Resources"` but this should happen...

Default: 100 ``` $ az graph query -q "Resources" --query '{Count: count,Total_Records: total_records}' { "Count": 100, "Total_Records": 28389 } ``` Can be increased to 1000 via --first ``` $ az...