Andrea Decorte
Andrea Decorte
A workaround is to redefine a custom image from the azure-cli one with a custom user as below ``` FROM mcr.microsoft.com/azure-cli:latest RUN mkdir -p /home/user && adduser --disabled-password user USER...
there is a function providing import functionality here https://github.com/ansible-collections/azure/blob/dev/plugins/modules/azure_rm_keyvaultkey.py#L289 but it seems it is not called anywhere, that could be the issue
it would be nice to add the picker to any `*:colour` key. A few common keys are listed on https://wiki.openstreetmap.org/wiki/Key:colour#See_also, but [taginfo ](https://taginfo.openstreetmap.org/keys/colour#similar)shows many other usages
Facing the issue too. To fix this, mocks should be committed to the repository. There is no real consensus on it, but the go documentation seems to push towards it...
I looked a little bit more into the time format issue, it seems the the minutes are returned without a 0 padding, so it would probably be needed to add...
Ah I understand now, it was because I was in the generic Poi mode, not in the shop mode, and we get the warning about being in the wrong mode...
the possibility to pass a token + api endpoint would be consistent with the k8s module we are already using, so we could have a flow like: Create SA ->...
from what I understand from the linked issue, even if the above patch is indeed also about cert-manager, it is not linked to the cert-manager deployed by the patch controller...
thanks, just to be aligned, you mean [this](https://github.com/redhat-cop/patch-operator/issues/26#issuecomment-1141276392) kind of workaround right? That should work too, or my current workaround is to pass the whole array to patch. Then I...
> path": "/spec/identityProviders/-" because this one appends to the end of the array, it doesn't check if the item is already there, so running your patch twice will append the...