mxrss2
mxrss2
so we hit the same thing trying to do a RegEx pattern its fine if that will never be supported by AGIC but 1 bad annotation should not choke the...
@srikanth-2 you need to fix a few things ``` {% set fqdn = salt['grains.get']('grain-here') %} {% set data = { 'hostname':fqdn } %} {% set icinga_ticket = salt['http.query']('https://ticket-generator.az.dev.opd.com', method='POST', header_dict='{"Content-Type":"application/json"}',...
Agree this documentation is not well though out and needs a lot of work -- example the azwi cli flags are plain wrong in teh self managed part. --output-file is...
what perm set is required for this api `` https://management.azure.com/subscriptions/SUB_ID/resourceGroups/RES_GROUP/providers/Microsoft.Web/sites/FUNC/hostruntime/admin/vfs//host.json?relativePath=1&api-version=2022-03-01 ```
@kke thank you so much i didnt even think about doing this -- this is a fantastic solution! ``` extraArgs: service-account-issuer: - https://some-issuer - https://some-other-issuer ``` Funny enough i tried...
> `service-account-issuer: "https://some-issuer --service-account-issuer=https://some-other-issuer"` this worked? 😮 Unfortunately i did not test it -- i assumed it did since it seemed clever -- I appologize forgetting back so late and...
Come on this has been almost 7 mos we need a solution to this. This breaks it so upgrading this on the CI is difficult -- please prioritize a fix...